]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/portability/version.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / portability / version.hpp
diff --git a/src/stlplus/portability/version.hpp b/src/stlplus/portability/version.hpp
new file mode 100644 (file)
index 0000000..027e131
--- /dev/null
@@ -0,0 +1,24 @@
+#ifndef STLPLUS_VERSION\r
+////////////////////////////////////////////////////////////////////////////////\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
+//   Contains just the STLplus version number\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+#include "portability_fixes.hpp"\r
+#include <string>\r
+\r
+#define STLPLUS_VERSION "3.5"\r
+\r
+namespace stlplus\r
+{\r
+\r
+  std::string version(void);\r
+\r
+}\r
+////////////////////////////////////////////////////////////////////////////////\r
+#endif\r
This page took 0.023364 seconds and 4 git commands to generate.