version 0.2.14
[fms.git] / include / global.h
index b1b315b..7dcc373 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.2.13"\r
+#define FMS_VERSION    "0.2.14"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -38,6 +38,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