version 0.3.33
[fms.git] / include / global.h
1 #ifndef _global_\r
2 #define _global_\r
3 \r
4 #include <string>\r
5 #include <Poco/ScopedLock.h>\r
6 #include <Poco/Mutex.h>\r
7 \r
8 #define VERSION_MAJOR           "0"\r
9 #define VERSION_MINOR           "3"\r
10 #define VERSION_RELEASE         "33"\r
11 #define FMS_VERSION                     VERSION_MAJOR"."VERSION_MINOR"."VERSION_RELEASE\r
12 #define FMS_FREESITE_USK        "USK@0npnMrqZNKRCRoGojZV93UNHCMN-6UU3rRSAmP6jNLE,~BG-edFtdCC1cSH4O3BWdeIYa8Sw5DfyrSV-TKdO5ec,AQACAAE/fms/95/"\r
13 #define FMS_VERSION_EDITION     "35"\r
14 \r
15 typedef Poco::ScopedLock<Poco::FastMutex> Guard;\r
16 \r
17 std::string CreateShortIdentityName(const std::string &name, const std::string &publickey);\r
18 \r
19 #endif  // _global_\r