Updated Version numbers for release.

UPdated wrappers.
This commit is contained in:
Robert Osfield 2005-05-25 20:02:25 +00:00
parent 6385630407
commit 3c308104a9
2 changed files with 3 additions and 3 deletions

View File

@ -52,8 +52,8 @@ MAKEDEPEND = ignore
####################################################################### #######################################################################
VERSION_MAJOR = 0 VERSION_MAJOR = 0
VERSION_MINOR = 9 VERSION_MINOR = 9
VERSION_RELEASE = 8 VERSION_RELEASE = 9
VERSION_REVISION ?= 0 VERSION_REVISION ?= 1
ifneq (,$(OSG_VERSION_REVISION)) ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION) VERSION_REVISION = $(OSG_VERSION_REVISION)
endif endif

View File

@ -21,7 +21,7 @@ extern "C" {
#define OSG_VERSION_MAJOR 0 #define OSG_VERSION_MAJOR 0
#define OSG_VERSION_MINOR 9 #define OSG_VERSION_MINOR 9
#define OSG_VERSION_RELEASE 9 #define OSG_VERSION_RELEASE 9
#define OSG_VERSION_REVISION RELEASE_CANDIDATE_1 #define OSG_VERSION_REVISION 1
/** /**
* osgGetVersion() returns the library version number. * osgGetVersion() returns the library version number.