Added missing src/osgText/Version.cpp file.

This commit is contained in:
Robert Osfield 2001-10-29 12:19:14 +00:00
parent 51f1c904d5
commit 915aad95a0

12
src/osgText/Version.cpp Normal file
View File

@ -0,0 +1,12 @@
#include <osgText/Version>
const char* osgTextGetVersion()
{
return "0.8.42";
}
const char* osgTextGetLibraryName()
{
return "Open Scene Graph Text Library";
}