version 0.2.10
[fms.git] / include / global.h
index a220145..6db0d86 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.9"\r
+#define FMS_VERSION    "0.2.10"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -15,6 +15,7 @@ void ConvertDB0103To0104();
 void ConvertDB0104To0105();\r
 void ConvertDB0105To0106();\r
 void ConvertDB0106To0107();\r
+void ConvertDB0107To0108();\r
 // inserts default options into the database\r
 void SetupDefaultOptions();\r
 // opens logfile and sets it up\r