]> Dogcows Code - chaz/yoink/blob - src/stlplus/portability/version.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / portability / version.hpp
1 #ifndef STLPLUS_VERSION
2 ////////////////////////////////////////////////////////////////////////////////
3
4 // Author: Andy Rushton
5 // Copyright: (c) Southampton University 1999-2004
6 // (c) Andy Rushton 2004-2009
7 // License: BSD License, see ../docs/license.html
8
9 // Contains just the STLplus version number
10
11 ////////////////////////////////////////////////////////////////////////////////
12 #include "portability_fixes.hpp"
13 #include <string>
14
15 #define STLPLUS_VERSION "3.5"
16
17 namespace stlplus
18 {
19
20 std::string version(void);
21
22 }
23 ////////////////////////////////////////////////////////////////////////////////
24 #endif
This page took 0.030916 seconds and 4 git commands to generate.