version 0.2.6
[fms.git] / include / global.h
index f2b227b..8b781f9 100644 (file)
@@ -4,7 +4,7 @@
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.5"\r
+#define FMS_VERSION    "0.2.6"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -13,6 +13,7 @@ void ConvertDB0101To0103();
 void ConvertDB0103To0104();\r
 void ConvertDB0104To0105();\r
 void ConvertDB0105To0106();\r
+void ConvertDB0106To0107();\r
 // inserts default options into the database\r
 void SetupDefaultOptions();\r
 // opens logfile and sets it up\r