Updated SO version to reflect changes in API of osgText

This commit is contained in:
Robert Osfield 2010-11-19 09:57:34 +00:00
parent 5849634082
commit ade360819e

View File

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