From 38ee2f924d570c068a6ddef36c129899193617fb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 23 Mar 2009 15:21:31 +0000 Subject: [PATCH] Bumped version numbers in prep for 2.7.2 dev release --- CMakeLists.txt | 4 ++-- include/osg/Version | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 600457bfe..53d66ce95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,8 +30,8 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 2) SET(OPENSCENEGRAPH_MINOR_VERSION 9) -SET(OPENSCENEGRAPH_PATCH_VERSION 1) -SET(OPENSCENEGRAPH_SOVERSION 56) +SET(OPENSCENEGRAPH_PATCH_VERSION 2) +SET(OPENSCENEGRAPH_SOVERSION 57) # 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 diff --git a/include/osg/Version b/include/osg/Version index 316078816..0fed16597 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,8 +21,8 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 9 -#define OPENSCENEGRAPH_PATCH_VERSION 1 -#define OPENSCENEGRAPH_SOVERSION 56 +#define OPENSCENEGRAPH_PATCH_VERSION 2 +#define OPENSCENEGRAPH_SOVERSION 57 /** * osgGetVersion() returns the library version number.