diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-14 12:56:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-14 12:56:52 +0300 |
commit | ff93d11f119a13ea2e01573decb3acd4218ab545 (patch) | |
tree | e7a1ddf44598081a1d05a42869bb55f12818b387 | |
parent | c14f58f0472f96034d718d0ec6184111a28d0e12 (diff) | |
download | plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.gz plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.bz2 plus-ff93d11f119a13ea2e01573decb3acd4218ab545.tar.xz plus-ff93d11f119a13ea2e01573decb3acd4218ab545.zip |
Change version to 1.5.2.14.v1.5.2.14
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
9 files changed, 18 insertions, 9 deletions
@@ -1,3 +1,12 @@ +2015-02-14 New release 1.5.2.14 +fix: camera position if npc dialog was closed by server script command closedialog. +fix: make file for android. +fix: storing player relations if switch servers. +fix: storing attack mobs / pickups filter if switch server. +fix: weight bar in inventory and cart window. +add: personal sell shops support (hercules). +add: improve skill error messages. + 2015-01-31 New release 1.5.1.31 fix: mixed chat lines with colors and emotes. fix: follow (hercules) @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.5.1.31 Date: 2015-01-31 + Version: 1.5.2.14 Date: 2015-02-14 Development team: - See AUTHORS file for a list @@ -2,7 +2,7 @@ ![The Mana World logo](data/icons/manaplus.png) -Version: 1.5.1.31 Date: 2015-01-31 +Version: 1.5.2.14 Date: 2015-02-14 ###Development team: - See [AUTHORS](AUTHORS) file for a list diff --git a/README.txt b/README.txt index 2059d5f42..a6ab3fe40 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.5.1.31 Date: 2015-01-31
+ Version: 1.5.2.14 Date: 2015-02-14
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index cd92c4ac3..8574500f7 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.31" \ + -DPRODUCT_VERSION="1.5.2.14" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 6c769c1a8..be205b16f 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.31" \ + -DPRODUCT_VERSION="1.5.2.14" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index e95d53913..5fe97fc8a 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.31" \ + -DPRODUCT_VERSION="1.5.2.14" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 42029a26f..cba48d270 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.5.1.31], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.5.2.14], [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 e0e61e59f..1b73bd3a6 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.31" -#define CHECK_VERSION "01.05.01.31" +#define SMALL_VERSION "1.5.2.14" +#define CHECK_VERSION "01.05.02.14" #ifdef HAVE_CONFIG_H #include "../config.h" |