diff --git a/src/osgText/Version.cpp b/src/osgText/Version.cpp new file mode 100644 index 000000000..bea8e73f7 --- /dev/null +++ b/src/osgText/Version.cpp @@ -0,0 +1,12 @@ +#include + +const char* osgTextGetVersion() +{ + return "0.8.42"; +} + + +const char* osgTextGetLibraryName() +{ + return "Open Scene Graph Text Library"; +}