diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-09 17:16:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-09 17:16:47 +0300 |
commit | 305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95 (patch) | |
tree | 98f4bbdc6fa10259bc2d6706b0cf01efa8ca3f98 /src/main.h | |
parent | 668d93111eec54d02ae428e94d08dc15137045e4 (diff) | |
download | plus-305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95.tar.gz plus-305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95.tar.bz2 plus-305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95.tar.xz plus-305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95.zip |
Change version to 1.1.7.10
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 46e198790..b6915ef77 100644 --- a/src/main.h +++ b/src/main.h @@ -91,8 +91,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.6.26" -#define CHECK_VERSION "01.01.06.26" +#define SMALL_VERSION "1.1.7.10" +#define CHECK_VERSION "01.01.07.10" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |