diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-19 17:04:16 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-19 17:04:16 +0200 |
commit | f8f86ea8f9a1450f03b2f24c208cea868cc069ce (patch) | |
tree | 47fbe36b93ef186b1fe3d76c8d1a5ffa2996b661 /src | |
parent | 3a997a849a312f3211f036e5c5d603bf04bd3220 (diff) | |
download | plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.gz plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.bz2 plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.xz plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.zip |
Change version to 1.1.3.20.
Diffstat (limited to 'src')
-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 884e13d03..82ff6fed7 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.3.6" -#define CHECK_VERSION "01.01.03.06" +#define SMALL_VERSION "1.1.3.20" +#define CHECK_VERSION "01.01.03.20" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |