00001 #ifndef MORE_VERSION_H 00002 #define MORE_VERSION_H 00003 00004 namespace more { 00005 bool version_is_at_least(char const* str); 00006 char const* version_str(); 00007 } 00008 00009 #endif