OpenSceneGraph/src/osg/Version.cpp
2001-09-19 21:08:56 +00:00

13 lines
154 B
C++

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