]> Dogcows Code - chaz/yoink/blob - src/stlplus/portability/version.cpp
import stlplus 3.7
[chaz/yoink] / src / stlplus / portability / version.cpp
1 ////////////////////////////////////////////////////////////////////////////////
2
3 // Author: Andy Rushton
4 // Copyright: (c) Southampton University 1999-2004
5 // (c) Andy Rushton 2004 onwards
6 // License: BSD License, see ../docs/license.html
7
8 ////////////////////////////////////////////////////////////////////////////////
9 #include "version.hpp"
10 ////////////////////////////////////////////////////////////////////////////////
11
12 namespace stlplus
13 {
14
15 std::string version(void)
16 {
17 return STLPLUS_VERSION;
18 }
19
20 } // end namespace stlplus
This page took 0.033329 seconds and 4 git commands to generate.