Updated so version

This commit is contained in:
Robert Osfield
2010-01-14 15:15:08 +00:00
parent ac04047836
commit f53c3c1036

View File

@@ -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)