From 9f2030cbcd49cfe5d10769de1018e562ce3df7bc Mon Sep 17 00:00:00 2001 From: Paul MARTZ Date: Thu, 12 May 2011 20:43:03 +0000 Subject: [PATCH] 2.8 branch: Set SO version in CMakeLists.txt so it gets baked into the binary file names. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c6ad85ea..9bb960cdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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