diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-16 22:09:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-16 22:09:47 +0300 |
commit | 29274532457e5914cc8e4505f458c0ee597c7a76 (patch) | |
tree | 47b5801a6fce579447caae3e62b0a41ba3d5dd11 /src/main.h | |
parent | 4093579d8789f4abd4847a7ea98c48fae163b07f (diff) | |
download | plus-29274532457e5914cc8e4505f458c0ee597c7a76.tar.gz plus-29274532457e5914cc8e4505f458c0ee597c7a76.tar.bz2 plus-29274532457e5914cc8e4505f458c0ee597c7a76.tar.xz plus-29274532457e5914cc8e4505f458c0ee597c7a76.zip |
Change version to 1.1.4.17.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index f7d2af37b..aeb27d7e8 100644 --- a/src/main.h +++ b/src/main.h @@ -89,8 +89,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.4.3" -#define CHECK_VERSION "01.01.04.03" +#define SMALL_VERSION "1.1.4.17" +#define CHECK_VERSION "01.01.04.17" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |