summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-30 15:59:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-30 15:59:44 +0300
commit42bf5e889355c3768b88f0c01ed118737d4a6d37 (patch)
tree08685f3499c054bd6f21a45ad2e3b0dcb5cf8f03
parent4a1d58b18ff94a8abb00a1f46fc2e7ed67e63067 (diff)
downloadplus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.gz
plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.bz2
plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.tar.xz
plus-42bf5e889355c3768b88f0c01ed118737d4a6d37.zip
Change version to 1.3.3.31.
-rw-r--r--ChangeLog11
-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, 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"