From 0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 21 Dec 2013 12:15:50 +0300 Subject: Change version to 1.3.12.22 --- ChangeLog | 15 +++++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 8 files changed, 23 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9783554e8..1b8d471af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2013-12-22 New release 1.3.12.22 +fix: bot checker window in some themes. +fix: tabbed area resizing. +fix: chat window resizing with enabled color picker. +fix: multi line motd messages in "new" tmw server. +add: allow replace body/race sprite by equipped item. +add: extend theming. +add: allow set small size for shortcuts windows. +add: golden-delicious theme by t3st3r. +add: in updater window cut long news. +add: show emotes in over head text. +add: npc window title change from server script. +add: ability to give more than one item to npc (evol only). +add: addition attributes for abient layer. + 2013-11-24 New release 1.3.11.24 fix: compilation with SDL2. fix: compilation with libc++. diff --git a/README b/README index 11caee2b9..2a4a258fc 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.11.24 Date: 2013-11-24 + Version: 1.3.12.22 Date: 2013-12-22 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index ee954306e..7dd6008bf 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.11.24 Date: 2013-11-24 + Version: 1.3.12.22 Date: 2013-12-22 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 5d95f6ea5..0d32a1201 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.11.24" \ + -DPRODUCT_VERSION="1.3.12.22" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index e659cc865..8a1933aa8 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.11.24" \ + -DPRODUCT_VERSION="1.3.12.22" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 1890f49dd..aecc80742 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.11.24" \ + -DPRODUCT_VERSION="1.3.12.22" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index f683df4b1..326f40465 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.3.11.24], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.12.22], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index a96abf039..34ea5f09e 100644 --- a/src/main.h +++ b/src/main.h @@ -45,8 +45,8 @@ * different interfaces, which have different implementations for each server. */ -#define SMALL_VERSION "1.3.11.24" -#define CHECK_VERSION "01.03.11.24" +#define SMALL_VERSION "1.3.12.22" +#define CHECK_VERSION "01.03.12.22" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50