version 0.3.2
[fms.git] / include / global.h
index 1576e55..d6ba0df 100644 (file)
@@ -5,7 +5,10 @@
 #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                "2"\r
+#define FMS_VERSION                    VERSION_MAJOR"."VERSION_MINOR"."VERSION_RELEASE\r
 \r
 typedef Poco::ScopedLock<Poco::FastMutex> Guard;\r
 \r