00001 00033 #ifndef _MSC_VER 00034 # include <itpp/config.h> 00035 #else 00036 # include <itpp/config_msvc.h> 00037 #endif 00038 00039 #include <itpp/base/itpp_version.h> 00040 00041 00042 namespace itpp { 00043 00044 std::string itpp_version(void) 00045 { 00046 #ifdef PACKAGE_VERSION 00047 return std::string(PACKAGE_VERSION); 00048 #else 00049 return std::string("Warning: Version unknown!"); 00050 #endif 00051 } 00052 00053 } //namespace itpp
Generated on Sat Aug 25 23:40:24 2007 for IT++ by Doxygen 1.5.2