diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-30 00:25:58 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-30 00:25:58 +0200 |
commit | 92e6445f5e045c1e0c17b938826e22c67bd72f79 (patch) | |
tree | cf5775fb688384e59b7c08b6d8ac9566accf5515 /src/main.h | |
parent | afece3f6acd9a7a4a009b73883d4c2d27ac1b8ce (diff) | |
download | plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.gz plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.bz2 plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.xz plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.zip |
Change version to 1.1.1.30
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 0ed8200bd..f24f93bd7 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.16" -#define CHECK_VERSION "01.01.01.16" +#define SMALL_VERSION "1.1.1.30" +#define CHECK_VERSION "01.01.01.30" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |