From 915aad95a06182aa02b80eda7cd75f49aadffc40 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 29 Oct 2001 12:19:14 +0000 Subject: [PATCH] Added missing src/osgText/Version.cpp file. --- src/osgText/Version.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/osgText/Version.cpp 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"; +}