Source-highlight Library
|
00001 /* 00002 * Created on: Apr 18, 2009 00003 * Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2008 00004 * Copyright: See COPYING file that comes with this distribution 00005 */ 00006 00007 #ifndef VERSIONS_H_ 00008 #define VERSIONS_H_ 00009 00010 #include <string> 00011 00012 namespace srchilite { 00013 00017 class Versions { 00018 public: 00022 static const std::string getVersion(); 00023 00027 static const std::string getLibraryVersion(); 00028 00032 static const std::string getCompleteVersion(); 00033 00034 }; 00035 00036 } 00037 00038 #endif /* VERSIONS_H_ */