summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-11 14:33:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-11 14:33:56 +0300
commitc822a3affd3fcfc26d66b599d4450e4f10e5251d (patch)
tree45103f1230bc0c24b990e9ae6aca00ed47ad71dd
parent1a229b2c8971c0186ab7f756d78b69a50bfa1c9c (diff)
downloadplus-c822a3affd3fcfc26d66b599d4450e4f10e5251d.tar.gz
plus-c822a3affd3fcfc26d66b599d4450e4f10e5251d.tar.bz2
plus-c822a3affd3fcfc26d66b599d4450e4f10e5251d.tar.xz
plus-c822a3affd3fcfc26d66b599d4450e4f10e5251d.zip
Change version to 1.5.4.11.v1.5.4.11
-rw-r--r--ChangeLog11
-rw-r--r--README2
-rw-r--r--README.md2
-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
9 files changed, 20 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dd41bd36..489a7e060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-04-11 New release 1.5.4.11
+fix: chat command /me.
+fix: remove from priority attack list.
+fix: compilation with code blocks.
+add: heal popup message if used heal skill (hercules).
+add: char rooms support (hercules).
+add: mute/unmute support (hercules).
+add: different skill related particle effects (hercules).
+add: variable with player name in away message.
+Variable name: 'NAME'.
+
2015-03-28 New release 1.5.3.28
fix: crash in setting gm flag (hercules).
fix: timeout disconnect from login server (hercules).
diff --git a/README b/README
index 606018193..c6d2bb048 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.3.28 Date: 2015-03-28
+ Version: 1.5.4.11 Date: 2015-04-11
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 1a7b50f02..fdae75bba 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.3.28 Date: 2015-03-28
+Version: 1.5.4.11 Date: 2015-04-11
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 947610c24..c4a0f8b66 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.3.28 Date: 2015-03-28
+ Version: 1.5.4.11 Date: 2015-04-11
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 5e5591cb9..d7b37973e 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.3.28" \
+ -DPRODUCT_VERSION="1.5.4.11" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index a9128ed79..249f99215 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.3.28" \
+ -DPRODUCT_VERSION="1.5.4.11" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 96979d2fb..42d9955cc 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.3.28" \
+ -DPRODUCT_VERSION="1.5.4.11" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 551f8b63b..dbf134319 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.3.28], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.4.11], [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 9922ca531..d29070421 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.3.28"
-#define CHECK_VERSION "01.05.03.28"
+#define SMALL_VERSION "1.5.4.11"
+#define CHECK_VERSION "01.05.04.11"
#ifdef HAVE_CONFIG_H
#include "../config.h"