From 36bd42b0dd411cbdad62bcf04b3959fc94321783 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 11 May 2017 16:10:47 +0100 Subject: [PATCH] Updated SO_VERSION to reflect API changes to KdTree --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb1493d43..d86e530c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 3) SET(OPENSCENEGRAPH_MINOR_VERSION 5) SET(OPENSCENEGRAPH_PATCH_VERSION 6) -SET(OPENSCENEGRAPH_SOVERSION 147) +SET(OPENSCENEGRAPH_SOVERSION 148) # 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