Files
OpenSceneGraph/src/osg/Version.cpp

13 lines
153 B
C++

#include <osg/Version>
const char* osgGetVersion()
{
return "0.9.1";
}
const char* osgGetLibraryName()
{
return "Open Scene Graph Library";
}