From 42bf5e889355c3768b88f0c01ed118737d4a6d37 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Mar 2013 15:59:44 +0300 Subject: Change version to 1.3.3.31. --- ChangeLog | 11 +++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 18 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf87210ad..58ed7bfcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index 6aaeef72e..5bec4ee5e 100644 --- a/README +++ b/README @@ -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" -- cgit v1.2.3-60-g2f50