diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-14 17:32:30 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-14 17:32:30 +0200 |
commit | 6f952519b6f99e550502caba56a228bb4b594673 (patch) | |
tree | 3ed8e65a89482c97e275e80940156927dba01f8b /src/main.h | |
parent | aaa083c0a1f1c47271aef8b11456e1e924cfa519 (diff) | |
download | plus-6f952519b6f99e550502caba56a228bb4b594673.tar.gz plus-6f952519b6f99e550502caba56a228bb4b594673.tar.bz2 plus-6f952519b6f99e550502caba56a228bb4b594673.tar.xz plus-6f952519b6f99e550502caba56a228bb4b594673.zip |
Change version to 1.1.1.16
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 e9dd8abb2..0ed8200bd 100644 --- a/src/main.h +++ b/src/main.h @@ -86,8 +86,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.1.9" -#define CHECK_VERSION "01.01.01.09" +#define SMALL_VERSION "1.1.1.16" +#define CHECK_VERSION "01.01.01.16" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |