Changeset 10816
- Timestamp:
- 11/23/09 10:54:28 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/Version (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/Version
r10772 r10816 24 24 #define OPENSCENEGRAPH_SOVERSION 62 25 25 26 /* convinience macro that can be used to decide whether a feature is present or not i.e.26 /* Convenience macro that can be used to decide whether a feature is present or not i.e. 27 27 * #if OSG_MIN_VERSION_REQUIRED(2,9,5) 28 28 * your code here … … 38 38 /** 39 39 * osgGetVersion() returns the library version number. 40 * Numbering convention : OpenSceneGraph-1.0 will return 1.0 from osgGetVersion.40 * Numbering convention : OpenSceneGraph-1.0 will return 1.0 from osgGetVersion. 41 41 * 42 42 * This C function can be also used to check for the existence of the OpenSceneGraph … … 54 54 extern OSG_EXPORT const char* osgGetVersion(); 55 55 56 /** The osgGetSOVersion() method returns the OpenSceneGraph s oversion number. */56 /** The osgGetSOVersion() method returns the OpenSceneGraph shared object version number. */ 57 57 extern OSG_EXPORT const char* osgGetSOVersion(); 58 58
