]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/portability/version.cpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / portability / version.cpp
diff --git a/src/stlplus/portability/version.cpp b/src/stlplus/portability/version.cpp
new file mode 100644 (file)
index 0000000..8a34c6e
--- /dev/null
@@ -0,0 +1,20 @@
+////////////////////////////////////////////////////////////////////////////////\r
+\r
+//   Author:    Andy Rushton\r
+//   Copyright: (c) Southampton University 1999-2004\r
+//              (c) Andy Rushton           2004-2009\r
+//   License:   BSD License, see ../docs/license.html\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+#include "version.hpp"\r
+////////////////////////////////////////////////////////////////////////////////\r
+\r
+namespace stlplus\r
+{\r
+\r
+  std::string version(void)\r
+  {\r
+    return STLPLUS_VERSION;\r
+  }\r
+\r
+} // end namespace stlplus\r
This page took 0.023191 seconds and 4 git commands to generate.