diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 21 insertions, 7 deletions
@@ -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. @@ -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" |