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 /**