summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
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"