Updated version

This commit is contained in:
Robert Osfield
2010-03-10 16:31:15 +00:00
parent e70c304533
commit 1e1c79f257

View File

@@ -21,7 +21,7 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 9
#define OPENSCENEGRAPH_PATCH_VERSION 8
#define OPENSCENEGRAPH_SOVERSION 64
#define OPENSCENEGRAPH_SOVERSION 66
/* 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)