Updated SO_VERSION to take account of API changes in osgDB

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14749 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield 2015-03-02 14:38:17 +00:00
parent 58edd10d04
commit 925c37b783

View File

@ -54,7 +54,7 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 3)
SET(OPENSCENEGRAPH_MINOR_VERSION 3)
SET(OPENSCENEGRAPH_PATCH_VERSION 5)
SET(OPENSCENEGRAPH_SOVERSION 116)
SET(OPENSCENEGRAPH_SOVERSION 117)
# set to 0 when not a release candidate, non zero means that any generated
# svn tags will be treated as release candidates of given number