diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-05 18:51:39 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-05 18:51:39 +0200 |
commit | 63db82df62805224dcd65b545236dcfe86fe6bb0 (patch) | |
tree | a5691d74be1d071a1dc32141ed62cfd9c3b38ae3 /src/main.h | |
parent | fcf12d937c55e115e80325f8fbd6069f27a667a3 (diff) | |
download | plus-63db82df62805224dcd65b545236dcfe86fe6bb0.tar.gz plus-63db82df62805224dcd65b545236dcfe86fe6bb0.tar.bz2 plus-63db82df62805224dcd65b545236dcfe86fe6bb0.tar.xz plus-63db82df62805224dcd65b545236dcfe86fe6bb0.zip |
Change version to 1.1.2.6.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h index f24f93bd7..db01c4d04 100644 --- a/src/main.h +++ b/src/main.h @@ -86,15 +86,15 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.1.30" -#define CHECK_VERSION "01.01.01.30" +#define SMALL_VERSION "1.1.2.6" +#define CHECK_VERSION "01.01.02.06" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ "; %s; 4144 v" SMALL_VERSION ")" #define PACKAGE_VERSION_4144 "ManaPlus 4144-" SMALL_VERSION "" -#define FULL_VERSION "ManaPlus 4144 " SMALL_VERSION " " PACKAGE_OS +#define FULL_VERSION "ManaPlus " SMALL_VERSION " " PACKAGE_OS #ifndef PKG_DATADIR #define PKG_DATADIR "" |