diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-30 15:59:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-30 15:59:44 +0300 |
commit | 42bf5e889355c3768b88f0c01ed118737d4a6d37 (patch) | |
tree | 08685f3499c054bd6f21a45ad2e3b0dcb5cf8f03 | |
parent | 4a1d58b18ff94a8abb00a1f46fc2e7ed67e63067 (diff) | |
download | plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.gz plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.bz2 plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.xz plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.zip |
Change version to 1.3.3.31.
-rw-r--r-- | ChangeLog | 11 | ||||
-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, 18 insertions, 7 deletions
@@ -1,3 +1,14 @@ +2013-03-31 New release 1.3.3.31 +fix: talking text position. +fix: mumble configure parameter. +fix: per server settings update. +fix: custom repeat interval. +add: improve map loading speed. +add: language chat tab (evol only). +add: improve speed. +add: restore auction bot support. +add: disable more particles if particle egine disabled. + 2013-03-17 New release 1.3.3.17 fix: key repeat time calculation. fix: incorrect map loading on server switching. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.3.17 Date: 2013-03-17 + Version: 1.3.3.31 Date: 2013-03-31 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index f5f1511a4..b155aa2f8 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.3.17 Date: 2013-03-17
+ Version: 1.3.3.31 Date: 2013-03-31
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 3f51128d3..cdd6c3a44 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.17" \ + -DPRODUCT_VERSION="1.3.3.31" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index d5dcd1fad..5142286db 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.17" \ + -DPRODUCT_VERSION="1.3.3.31" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index d0580d67b..2ccc8f276 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.3.17], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.3.31], [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 7ad6e6379..319b403a6 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.17" -#define CHECK_VERSION "01.03.03.17" +#define SMALL_VERSION "1.3.3.31" +#define CHECK_VERSION "01.03.03.31" #ifdef HAVE_CONFIG_H #include "../config.h" |