#ifndef STLPLUS_VERSION //////////////////////////////////////////////////////////////////////////////// // Author: Andy Rushton // Copyright: (c) Southampton University 1999-2004 // (c) Andy Rushton 2004 onwards // License: BSD License, see ../docs/license.html // Contains just the STLplus version number //////////////////////////////////////////////////////////////////////////////// #include "portability_fixes.hpp" #include #define STLPLUS_VERSION "3.7" namespace stlplus { std::string version(void); } //////////////////////////////////////////////////////////////////////////////// #endif