]>
Dogcows Code - chaz/yoink/blob - src/stlplus/portability/version.cpp
1 ////////////////////////////////////////////////////////////////////////////////
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
8 ////////////////////////////////////////////////////////////////////////////////
10 ////////////////////////////////////////////////////////////////////////////////
15 std::string
version(void)
17 return STLPLUS_VERSION
;
20 } // end namespace stlplus
This page took 0.038554 seconds and 5 git commands to generate.