diff --git a/include/osg/Version b/include/osg/Version index 7578aca2f..7df0e84d2 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,7 +21,7 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 9 #define OPENSCENEGRAPH_PATCH_VERSION 7 -#define OPENSCENEGRAPH_SOVERSION 62 +#define OPENSCENEGRAPH_SOVERSION 63 /* Convenience macro that can be used to decide whether a feature is present or not i.e. * #if OSG_MIN_VERSION_REQUIRED(2,9,5)