diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-08 04:53:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-08 04:53:25 +0300 |
commit | 78af28b2ddf171580234d36f0b18c543cd2eef2e (patch) | |
tree | cdd27fea60e424d70688197e3615e02c11d6e955 /src/main.h | |
parent | 96d877fa2b9bbec546b83cbbc6d16664116e1fb9 (diff) | |
download | plus-78af28b2ddf171580234d36f0b18c543cd2eef2e.tar.gz plus-78af28b2ddf171580234d36f0b18c543cd2eef2e.tar.bz2 plus-78af28b2ddf171580234d36f0b18c543cd2eef2e.tar.xz plus-78af28b2ddf171580234d36f0b18c543cd2eef2e.zip |
some fixes in manaplus.cbp
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main.h b/src/main.h index 95a1b1698..06b99d2e9 100644 --- a/src/main.h +++ b/src/main.h @@ -45,12 +45,15 @@ * different interfaces, which have different implementations for each server. */ +#define SMALL_VERSION "1.1.10.2" +#define CHECK_VERSION "01.01.10.02" + #ifdef HAVE_CONFIG_H #include "../config.h" #elif defined WIN32 #include "winver.h" -#elif defined __APPLE__ -#define PACKAGE_VERSION "1.0.0" +#else +#define PACKAGE_VERSION SMALL_VERSION #endif #if defined __APPLE__ @@ -85,10 +88,6 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.10.2" -#define CHECK_VERSION "01.01.10.02" - - #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ "; %s; 4144 v" SMALL_VERSION ")" #define PACKAGE_VERSION_4144 "ManaPlus 4144-" SMALL_VERSION "" |