From ea17943a7497cf774d22e937453c61189855a61d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 22 Aug 2017 14:17:45 +0100 Subject: [PATCH] Bimped SO version due to changes in Windows exports in osgDB::ifstream + ofstream. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index feb87a911..5de8e493a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 3) SET(OPENSCENEGRAPH_MINOR_VERSION 4) SET(OPENSCENEGRAPH_PATCH_VERSION 1) -SET(OPENSCENEGRAPH_SOVERSION 130) +SET(OPENSCENEGRAPH_SOVERSION 131) # set to 0 when not a release candidate, non zero means that any generated # git tags will be treated as release candidates of given number