version 0.2.20
[fms.git] / include / global.h
index 6db0d86..2bc49ce 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.10"\r
+#define FMS_VERSION    "0.2.20"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -16,6 +16,9 @@ void ConvertDB0104To0105();
 void ConvertDB0105To0106();\r
 void ConvertDB0106To0107();\r
 void ConvertDB0107To0108();\r
+void ConvertDB0108To0109();\r
+void ConvertDB0109To0110();\r
+void ConvertDB0110To0111();\r
 // inserts default options into the database\r
 void SetupDefaultOptions();\r
 // opens logfile and sets it up\r
@@ -36,6 +39,6 @@ void SetupNetwork();
 // cleanup network on Windows\r
 void ShutdownNetwork();\r
 \r
-extern bool wantshutdown;\r
+extern volatile bool wantshutdown;\r
 \r
 #endif // _global_\r