Skip to content

Commit 31b5b7c

Browse files
committed
Updated version numbers for 2.9.6 release
1 parent 0a114b0 commit 31b5b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ PROJECT(OpenSceneGraph)
3030

3131
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
3232
SET(OPENSCENEGRAPH_MINOR_VERSION 9)
33-
SET(OPENSCENEGRAPH_PATCH_VERSION 5)
34-
SET(OPENSCENEGRAPH_SOVERSION 60)
33+
SET(OPENSCENEGRAPH_PATCH_VERSION 6)
34+
SET(OPENSCENEGRAPH_SOVERSION 61)
3535

3636
# set to 0 when not a release candidate, non zero means that any generated
3737
# svn tags will be treated as release candidates of given number

0 commit comments

Comments
 (0)