version 0.2.11
[fms.git] / include / global.h
index db939a4..59d9dd2 100644 (file)
@@ -1,10 +1,11 @@
 #ifndef _global_\r
 #define _global_\r
 \r
+#include <string>\r
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.3"\r
+#define FMS_VERSION    "0.2.11"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -12,11 +13,17 @@ void ConvertDB0100To0101();
 void ConvertDB0101To0103();\r
 void ConvertDB0103To0104();\r
 void ConvertDB0104To0105();\r
+void ConvertDB0105To0106();\r
+void ConvertDB0106To0107();\r
+void ConvertDB0107To0108();\r
+void ConvertDB0108To0109();\r
 // inserts default options into the database\r
 void SetupDefaultOptions();\r
 // opens logfile and sets it up\r
 void SetupLogFile();\r
 \r
+std::string CreateShortIdentityName(const std::string &name, const std::string &publickey);\r
+\r
 // TODO remove sometime after 0.1.17\r
 void FixCapitalBoardNames();\r
 \r