//////////////////////////////////////////////////////////////////////////////// // Author: Andy Rushton // Copyright: (c) Southampton University 1999-2004 // (c) Andy Rushton 2004 onwards // License: BSD License, see ../docs/license.html //////////////////////////////////////////////////////////////////////////////// #include "version.hpp" //////////////////////////////////////////////////////////////////////////////// namespace stlplus { std::string version(void) { return STLPLUS_VERSION; } } // end namespace stlplus