diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-21 12:15:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-21 12:15:50 +0300 |
commit | 0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3 (patch) | |
tree | 78e8453d25645b85f2610a504b4a248acee5fb9c | |
parent | 99923e867fcaffbf1a4703547132f7850e251c7c (diff) | |
download | mv-0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3.tar.gz mv-0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3.tar.bz2 mv-0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3.tar.xz mv-0dd6ab2bfdee4527ca0960b4e7a64e257bb93fa3.zip |
Change version to 1.3.12.22v1.3.12.22
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
8 files changed, 23 insertions, 8 deletions
@@ -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++. @@ -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" |