summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-09 13:33:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-09 13:33:20 +0300
commitd9a5e91f75d93970be8176aa56314800a417eadd (patch)
tree75014993a926f474c61296a26572667f96ff2856
parent56fc367288ea95db61515b188e609e4da2fbae20 (diff)
downloadplus-1.5.5.9.tar.gz
plus-1.5.5.9.tar.bz2
plus-1.5.5.9.tar.xz
plus-1.5.5.9.zip
Change version to 1.5.5.9.v1.5.5.9
-rw-r--r--ChangeLog9
-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, 18 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b9dd92f4e..6f5a9cd5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-05-09 New release 1.5.5.9
+fix: compilation on non x86/amd64.
+fix: possible crash on exit with opened storage window.
+add: experimental support for CilkPlus.
+add: mail system (hercules).
+add: chat commands to get/set config variables.
+add: item name filter in buy dialogs.
+remove: bot checker window.
+
2015-04-25 New release 1.5.4.25
fix: move animation.
fix: wrong slots update (hercules)
diff --git a/README b/README
index cc2541c93..9b99d9fe9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.4.25 Date: 2015-04-25
+ Version: 1.5.5.09 Date: 2015-05-09
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 56ca6fa71..a4b868fea 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.4.25 Date: 2015-04-25
+Version: 1.5.5.09 Date: 2015-05-09
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 6172ed248..83f80ebce 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.4.25 Date: 2015-04-25
+ Version: 1.5.5.09 Date: 2015-05-09
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index fea44604b..e9be280bd 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.4.25" \
+ -DPRODUCT_VERSION="1.5.5.9" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 42d1763c8..faddad1a8 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.4.25" \
+ -DPRODUCT_VERSION="1.5.5.9" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 1aa06a17e..e696badb2 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.4.25" \
+ -DPRODUCT_VERSION="1.5.5.9" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 3593ce75f..f7926e6c7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.4.25], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.5.9], [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 ac1420c4c..869aa1f84 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.4.25"
-#define CHECK_VERSION "01.05.04.25"
+#define SMALL_VERSION "1.5.5.9"
+#define CHECK_VERSION "01.05.05.09"
#ifdef HAVE_CONFIG_H
#include "../config.h"