diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-08 19:00:11 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-08 19:00:11 +0200 |
commit | 56fab7f1b449aa4b90e238c93bc8a24d8b14f568 (patch) | |
tree | ad61b4f1c61be34769e03c34f034b96e1b93711b /src/main.h | |
parent | 871fb6eee49c142be78315cc97c1c8e29daf7d61 (diff) | |
download | plus-56fab7f1b449aa4b90e238c93bc8a24d8b14f568.tar.gz plus-56fab7f1b449aa4b90e238c93bc8a24d8b14f568.tar.bz2 plus-56fab7f1b449aa4b90e238c93bc8a24d8b14f568.tar.xz plus-56fab7f1b449aa4b90e238c93bc8a24d8b14f568.zip |
Change version to 1.1.1.9.
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 480c9d374..e9dd8abb2 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.0.12.26" -#define CHECK_VERSION "01.00.12.26" +#define SMALL_VERSION "1.1.1.9" +#define CHECK_VERSION "01.01.01.09" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |