Bumped the version numbers up to 1.0 in preparation for 1.0-rc1.

This commit is contained in:
Robert Osfield
2005-11-09 10:49:56 +00:00
parent 6c70812928
commit 258425d649
18 changed files with 43 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
/**
* osgSimGetVersion() returns the library version number.
* Numbering convention : OpenSceneGraph-Sim-0.1 will return 0.1 from osgSimgetVersion.
* Numbering convention : OpenSceneGraph-1.0 will return 1.0 from osgSimGetVersion.
*
* This C function can be also used to check for the existence of the OpenSceneGraph
* library using autoconf and its m4 macro AC_CHECK_LIB.