Updated Version numbers for release.
UPdated wrappers.
This commit is contained in:
parent
6385630407
commit
3c308104a9
@ -52,8 +52,8 @@ MAKEDEPEND = ignore
|
||||
#######################################################################
|
||||
VERSION_MAJOR = 0
|
||||
VERSION_MINOR = 9
|
||||
VERSION_RELEASE = 8
|
||||
VERSION_REVISION ?= 0
|
||||
VERSION_RELEASE = 9
|
||||
VERSION_REVISION ?= 1
|
||||
ifneq (,$(OSG_VERSION_REVISION))
|
||||
VERSION_REVISION = $(OSG_VERSION_REVISION)
|
||||
endif
|
||||
|
@ -21,7 +21,7 @@ extern "C" {
|
||||
#define OSG_VERSION_MAJOR 0
|
||||
#define OSG_VERSION_MINOR 9
|
||||
#define OSG_VERSION_RELEASE 9
|
||||
#define OSG_VERSION_REVISION RELEASE_CANDIDATE_1
|
||||
#define OSG_VERSION_REVISION 1
|
||||
|
||||
/**
|
||||
* osgGetVersion() returns the library version number.
|
||||
|
Loading…
Reference in New Issue
Block a user