diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h index f24f93bd7..db01c4d04 100644 --- a/src/main.h +++ b/src/main.h @@ -86,15 +86,15 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.1.30" -#define CHECK_VERSION "01.01.01.30" +#define SMALL_VERSION "1.1.2.6" +#define CHECK_VERSION "01.01.02.06" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ "; %s; 4144 v" SMALL_VERSION ")" #define PACKAGE_VERSION_4144 "ManaPlus 4144-" SMALL_VERSION "" -#define FULL_VERSION "ManaPlus 4144 " SMALL_VERSION " " PACKAGE_OS +#define FULL_VERSION "ManaPlus " SMALL_VERSION " " PACKAGE_OS #ifndef PKG_DATADIR #define PKG_DATADIR "" |