Bumped version numbers to 0.9.9 in rediness for 0.9.9 release.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgDBGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgGAGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgParticleGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgProducerGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgSimGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgTerrainGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgTextGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgUtilGetVersion()
|
||||
{
|
||||
return "0.9.8";
|
||||
return "0.9.9";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user