OpenSceneGraph/src/osgText/Version.cpp

13 lines
170 B
C++
Raw Normal View History

#include <osgText/Version>
const char* osgTextGetVersion()
{
return "0.9.6";
}
const char* osgTextGetLibraryName()
{
return "Open Scene Graph Text Library";
}