summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-13 13:00:29 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-13 13:00:29 +0300
commit6c7688e68bbfbd3459005ceb2176a6a337d4c45f (patch)
treeb3460af93b92cfb287cccfb7ab246250275ccc9a
parentb366ca9658bfc5ae0566a2db906fa5c52b311660 (diff)
downloadplus-1.3.4.14.tar.gz
plus-1.3.4.14.tar.bz2
plus-1.3.4.14.tar.xz
plus-1.3.4.14.zip
Change version to 1.3.4.14.v1.3.4.14
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 58ed7bfcb..53bddf0bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-04-14 New release 1.3.4.14
+fix: login dialog size with some localizations.
+fix: big http links in chat.
+fix: unstackable items sell.
+fix: random rare crashes in closing windows.
+add: option for mode players names in map.
+add: sound effects in notifications.
+add: animated emotes.
+add: animated effects for effects.xml.
+add: turkish language and translation.
+add: improve perfomance.
+add: improve latency in linux versions.
+add: option to left all per map sprites in memory.
+
2013-03-31 New release 1.3.3.31
fix: talking text position.
fix: mumble configure parameter.
diff --git a/README b/README
index 5bec4ee5e..6ea0cd892 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.3.31 Date: 2013-03-31
+ Version: 1.3.4.14 Date: 2013-04-14
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index b155aa2f8..efea4675e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.3.31 Date: 2013-03-31
+ Version: 1.3.4.14 Date: 2013-04-14
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index cdd6c3a44..087fa9af9 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.3.31" \
+ -DPRODUCT_VERSION="1.3.4.14" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 5142286db..6881a1cb7 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.3.31" \
+ -DPRODUCT_VERSION="1.3.4.14" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 2ccc8f276..9a712548d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.3.31], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.4.14], [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 319b403a6..e12efce2d 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.3.31"
-#define CHECK_VERSION "01.03.03.31"
+#define SMALL_VERSION "1.3.4.14"
+#define CHECK_VERSION "01.03.04.14"
#ifdef HAVE_CONFIG_H
#include "../config.h"