Skip to content

Commit

Permalink
Updated version for 1.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jun 4, 2007
1 parent 757c3c5 commit 5138ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -16,8 +16,8 @@ PROJECT(OpenSceneGraph)

SET(OPENSCENEGRAPH_MAJOR_VERSION 1)
SET(OPENSCENEGRAPH_MINOR_VERSION 9)
SET(OPENSCENEGRAPH_PATCH_VERSION 6)
SET(OPENSCENEGRAPH_SOVERSION 8)
SET(OPENSCENEGRAPH_PATCH_VERSION 7)
SET(OPENSCENEGRAPH_SOVERSION 9)

SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion include/osg/Version
Expand Up @@ -20,7 +20,7 @@ extern "C" {

#define OSG_VERSION_MAJOR 1
#define OSG_VERSION_MINOR 9
#define OSG_VERSION_PATCH 6
#define OSG_VERSION_PATCH 7

#define OSG_VERSION_RELEASE OSG_VERSION_PATCH
#define OSG_VERSION_REVISION 0
Expand Down

0 comments on commit 5138ff3

Please sign in to comment.