Updated version number for 1.9.2 dev release

This commit is contained in:
Robert Osfield 2007-04-30 08:31:25 +00:00
parent 3054dd166c
commit 22ad53d7d9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 1)
SET(OPENSCENEGRAPH_MINOR_VERSION 9)
SET(OPENSCENEGRAPH_PATCH_VERSION 1)
SET(OPENSCENEGRAPH_PATCH_VERSION 2)
# We have some custom .cmake scripts not in the official distribution.
# Maybe this can be used override existing behavior if needed?

View File

@ -20,7 +20,7 @@ extern "C" {
#define OSG_VERSION_MAJOR 1
#define OSG_VERSION_MINOR 9
#define OSG_VERSION_RELEASE 1
#define OSG_VERSION_RELEASE 2
#define OSG_VERSION_REVISION 0
/**