version 0.2.0
[fms.git] / include / global.h
index 3e26f37..30934a8 100644 (file)
@@ -5,7 +5,7 @@
 //#include <zthread/Thread.h>\r
 #include "pthreadwrapper/thread.h"\r
 \r
-#define FMS_VERSION    "0.1.15"\r
+#define FMS_VERSION    "0.2.0"\r
 \r
 // opens database and creates tables and initial inserts if necessary\r
 void SetupDB();\r
@@ -17,6 +17,9 @@ void SetupDefaultOptions();
 // opens logfile and sets it up\r
 void SetupLogFile();\r
 \r
+// TODO remove sometime after 0.1.17\r
+void FixCapitalBoardNames();\r
+\r
 void SigHandler(int signum);\r
 \r
 void MainFunction();\r