From 4d3bafdeb5a57f82487c14fded48dcfece98ae4c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Apr 2011 03:21:28 +0300 Subject: Change version to 1.1.5.1 --- ChangeLog | 15 +++++++++++++++ README | 2 +- README.txt | 2 +- configure.ac | 2 +- packwin | 2 +- src/main.h | 4 ++-- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ecd3f277..b8b0d53ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index f8e134908..e2f56f95b 100644 --- a/README +++ b/README @@ -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 diff --git a/packwin b/packwin index c35d29cee..6095f39f3 100755 --- a/packwin +++ b/packwin @@ -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 \ -- cgit v1.2.3-60-g2f50