From 22ad53d7d9094eb48681c8b850a61db41e73fedc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 30 Apr 2007 08:31:25 +0000 Subject: [PATCH] Updated version number for 1.9.2 dev release --- CMakeLists.txt | 2 +- include/osg/Version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a88cedbeb..1670e3205 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 1) SET(OPENSCENEGRAPH_MINOR_VERSION 9) -SET(OPENSCENEGRAPH_PATCH_VERSION 1) +SET(OPENSCENEGRAPH_PATCH_VERSION 2) # We have some custom .cmake scripts not in the official distribution. # Maybe this can be used override existing behavior if needed? diff --git a/include/osg/Version b/include/osg/Version index 39cea67ab..07a23b02f 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -20,7 +20,7 @@ extern "C" { #define OSG_VERSION_MAJOR 1 #define OSG_VERSION_MINOR 9 -#define OSG_VERSION_RELEASE 1 +#define OSG_VERSION_RELEASE 2 #define OSG_VERSION_REVISION 0 /**