summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-31 12:33:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-31 12:33:23 +0300
commitf9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331 (patch)
tree022c93e507938ae9b9134ca456fa029f46036d7d
parent51f7fc45db58244109ae510d52f81be08a2a1e74 (diff)
downloadplus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.gz
plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.bz2
plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.tar.xz
plus-f9d1ff9ee5239b1afae3eab7a306bc4ad3ec3331.zip
Change version to 1.5.1.31.v1.5.1.31
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
8 files changed, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a21f6973..7f081255c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-01-31 New release 1.5.1.31
+fix: mixed chat lines with colors and emotes.
+fix: follow (hercules)
+fix: auto join buildin channels (hercules)
+fix: fps restoring after away mode (SDL2)
+add: extend /tagetattack for support name argument.
+add: cart support (hercules)
+add: changed shop window to tabbed window.
+
2015-01-17 New release 1.5.1.17
fix: char deletion (hercules)
fix: char deletion if connect to server with password from command line.
diff --git a/README b/README
index 64579ab1b..97e6cf2ae 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.1.17 Date: 2015-01-17
+ Version: 1.5.1.31 Date: 2015-01-31
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index d90e515c0..2059d5f42 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.1.17 Date: 2015-01-17
+ Version: 1.5.1.31 Date: 2015-01-31
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 54b631bc8..cd92c4ac3 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.5.1.17" \
+ -DPRODUCT_VERSION="1.5.1.31" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index be993bdd1..6c769c1a8 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.5.1.17" \
+ -DPRODUCT_VERSION="1.5.1.31" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index b32d92642..e95d53913 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.5.1.17" \
+ -DPRODUCT_VERSION="1.5.1.31" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 7a1259d61..42029a26f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.1.17], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.1.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 60f793cdc..e0e61e59f 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.5.1.17"
-#define CHECK_VERSION "01.05.01.17"
+#define SMALL_VERSION "1.5.1.31"
+#define CHECK_VERSION "01.05.01.31"
#ifdef HAVE_CONFIG_H
#include "../config.h"