OpenSceneGraph/src/osgUtil/Version.cpp

13 lines
173 B
C++
Raw Normal View History

#include <osgUtil/Version>
2001-01-11 00:32:10 +08:00
const char* osgUtilGetVersion()
{
2002-11-08 20:58:34 +08:00
return "0.9.2";
2001-01-11 00:32:10 +08:00
}
2001-01-11 00:32:10 +08:00
const char* osgUtilGetLibraryName()
{
return "Open Scene Graph Utility Library";
}