diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-01 01:32:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-01 05:04:05 +0300 |
commit | 17489dd53a4c094e351c4de1a48c1ff20417f375 (patch) | |
tree | 2294cacb19141a80c8067a2b4aa0d0b358fe1392 /src/main.h | |
parent | 091ee55284482caab0cd179a3ba1eacd665cb6a0 (diff) | |
download | plus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.gz plus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.bz2 plus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.xz plus-17489dd53a4c094e351c4de1a48c1ff20417f375.zip |
Change version to 1.1.10.2.
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 0348d2700..95a1b1698 100644 --- a/src/main.h +++ b/src/main.h @@ -85,8 +85,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.9.18" -#define CHECK_VERSION "01.01.09.18" +#define SMALL_VERSION "1.1.10.2" +#define CHECK_VERSION "01.01.10.02" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |