From 15fd3bdcc2878e6ecfdde2601a0544a8148992c2 Mon Sep 17 00:00:00 2001 From: Paul MARTZ Date: Sat, 13 Mar 2010 18:10:28 +0000 Subject: [PATCH] 2.8 branch: Bump revision number to 2.8.3, so version to 65. --- CMakeLists.txt | 4 ++-- include/osg/Version | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 260266384..1836be1d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,8 +30,8 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 2) SET(OPENSCENEGRAPH_MINOR_VERSION 8) -SET(OPENSCENEGRAPH_PATCH_VERSION 2) -SET(OPENSCENEGRAPH_SOVERSION 55) +SET(OPENSCENEGRAPH_PATCH_VERSION 3) +SET(OPENSCENEGRAPH_SOVERSION 65) # 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 1fb96471e..196cdb8b2 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,8 +21,8 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 8 -#define OPENSCENEGRAPH_PATCH_VERSION 2 -#define OPENSCENEGRAPH_SOVERSION 55 +#define OPENSCENEGRAPH_PATCH_VERSION 3 +#define OPENSCENEGRAPH_SOVERSION 65 /** * osgGetVersion() returns the library version number.