From 389c2e6407806174c761327c4ecce4c0c7c49c5a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 17 Jun 2011 16:55:49 +0000 Subject: [PATCH] Updated version to 3.1.0 in prep for the first developer release for 3.x series --- CMakeLists.txt | 4 ++-- include/osg/Version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfc3d2ba0..e05920c42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,13 +30,13 @@ endif() PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 3) -SET(OPENSCENEGRAPH_MINOR_VERSION 0) +SET(OPENSCENEGRAPH_MINOR_VERSION 1) SET(OPENSCENEGRAPH_PATCH_VERSION 0) SET(OPENSCENEGRAPH_SOVERSION 78) # 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 -SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 1) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 0) SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) diff --git a/include/osg/Version b/include/osg/Version index afc55cbe8..07a82ab60 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -19,7 +19,7 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 3 -#define OPENSCENEGRAPH_MINOR_VERSION 0 +#define OPENSCENEGRAPH_MINOR_VERSION 1 #define OPENSCENEGRAPH_PATCH_VERSION 0 #define OPENSCENEGRAPH_SOVERSION 78