From d9a5e91f75d93970be8176aa56314800a417eadd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 May 2015 13:33:20 +0300 Subject: Change version to 1.5.5.9. --- ChangeLog | 9 +++++++++ README | 2 +- README.md | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 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" -- cgit v1.2.3-70-g09d2