Bumped version numbers to 0.9.9 in rediness for 0.9.9 release.

This commit is contained in:
Robert Osfield
2005-05-16 17:17:53 +00:00
parent 85b97ec222
commit 1dd553ed0e
10 changed files with 12 additions and 12 deletions

View File

@@ -20,12 +20,12 @@ extern "C" {
#define OSG_VERSION_MAJOR 0
#define OSG_VERSION_MINOR 9
#define OSG_VERSION_RELEASE 8
#define OSG_VERSION_REVISION DEVELOPMENT
#define OSG_VERSION_RELEASE 9
#define OSG_VERSION_REVISION RELEASE_CANDIDATE_1
/**
* osgGetVersion() returns the library version number.
* Numbering convention : OpenSceneGraph-0.8-31 will return 0.8.31 from osgGetVersion.
* Numbering convention : OpenSceneGraph-0.9.9 will return 0.9.9 from osgGetVersion.
*
* 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.

View File

@@ -14,7 +14,7 @@
const char* osgGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -14,7 +14,7 @@
const char* osgDBGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgGAGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgParticleGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgProducerGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgSimGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgTerrainGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -2,7 +2,7 @@
const char* osgTextGetVersion()
{
return "0.9.8";
return "0.9.9";
}

View File

@@ -14,7 +14,7 @@
const char* osgUtilGetVersion()
{
return "0.9.8";
return "0.9.9";
}