2.8 branch: Set SO version in CMakeLists.txt so it gets baked into the binary file names.

This commit is contained in:
Paul MARTZ
2011-05-12 20:43:03 +00:00
parent 7ab3207732
commit 9f2030cbcd

View File

@@ -31,7 +31,7 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 8)
SET(OPENSCENEGRAPH_PATCH_VERSION 5)
SET(OPENSCENEGRAPH_SOVERSION 65)
SET(OPENSCENEGRAPH_SOVERSION 74)
# 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