diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-30 03:21:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-30 03:21:28 +0300 |
commit | 4d3bafdeb5a57f82487c14fded48dcfece98ae4c (patch) | |
tree | ddc4224d9be1cd46cc94f6d9b27dc5b6d2d70a4a | |
parent | dd46c744a74a3ecbb782d5d59c807bcea88d2365 (diff) | |
download | mv-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.gz mv-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.bz2 mv-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.xz mv-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.zip |
Change version to 1.1.5.1
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 21 insertions, 6 deletions
@@ -1,3 +1,18 @@ +2011-05-01 New release 1.1.5.1 +ManaPlus: +fix: some controls draw issue in SDL software mode. +fix: map objects drawing. (incompotable with tmw maps). +fix: default values for new configurations. +add: away log. +add: attack filter. +new tab in social window. +new chat commands /addattack, /removeattack, /addignoreattack, /addpriorityattack +add: reset yellow bar context menu item. +add: spec file for rpm distros (mageia). + +Mana: +add: music fadeout. + 2011-04-17 New release 1.1.4.17 ManaPlus: fix: add to trade menu item in inventory context menu. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.4.17 Date: 2011-04-17 + Version: 1.1.5.1 Date: 2011-05-01 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 3b3aa7bef..11b0ec8d0 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.4.17 Date: 2011-04-17
+ Version: 1.1.5.1 Date: 2011-05-01
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index 80f844289..79531379d 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.4.17], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.5.1], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.4.17" \ + -DPRODUCT_VERSION="1.1.5.1" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index aeb27d7e8..883c7a9d5 100644 --- a/src/main.h +++ b/src/main.h @@ -89,8 +89,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.4.17" -#define CHECK_VERSION "01.01.04.17" +#define SMALL_VERSION "1.1.5.1" +#define CHECK_VERSION "01.01.05.01" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |