Added version number #define's

This commit is contained in:
Robert Osfield
2005-04-28 12:45:55 +00:00
parent 7f3d46e110
commit 0b34ab9cb7

View File

@@ -18,6 +18,11 @@
extern "C" {
#define OSG_VERSION_MAJOR 0
#define OSG_VERSION_MINOR 9
#define OSG_VERSION_RELEASE 8
#define OSG_VERSION_REVISION DEVELOPMENT
/**
* osgGetVersion() returns the library version number.
* Numbering convention : OpenSceneGraph-0.8-31 will return 0.8.31 from osgGetVersion.