version 0.3.29
[fms.git] / include / global.h
index 1576e55..4fc4ad5 100644 (file)
@@ -5,7 +5,12 @@
 #include <Poco/ScopedLock.h>\r
 #include <Poco/Mutex.h>\r
 \r
-#define FMS_VERSION    "0.3.0"\r
+#define VERSION_MAJOR          "0"\r
+#define VERSION_MINOR          "3"\r
+#define VERSION_RELEASE                "29"\r
+#define FMS_VERSION                    VERSION_MAJOR"."VERSION_MINOR"."VERSION_RELEASE\r
+#define FMS_FREESITE_USK       "USK@0npnMrqZNKRCRoGojZV93UNHCMN-6UU3rRSAmP6jNLE,~BG-edFtdCC1cSH4O3BWdeIYa8Sw5DfyrSV-TKdO5ec,AQACAAE/fms/91/"\r
+#define FMS_VERSION_EDITION    "31"\r
 \r
 typedef Poco::ScopedLock<Poco::FastMutex> Guard;\r
 \r