diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-18 15:36:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-18 15:36:38 +0300 |
commit | 99c0622fd8c6c81129c6fa788841e28f6c4f4da0 (patch) | |
tree | 924a632a3b0162588a0ab837ef65668eb3aa4cad | |
parent | d6f5ef3a01f792c441f21e0649a9541d10b89415 (diff) | |
download | plus-99c0622fd8c6c81129c6fa788841e28f6c4f4da0.tar.gz plus-99c0622fd8c6c81129c6fa788841e28f6c4f4da0.tar.bz2 plus-99c0622fd8c6c81129c6fa788841e28f6c4f4da0.tar.xz plus-99c0622fd8c6c81129c6fa788841e28f6c4f4da0.zip |
Change version to 1.5.7.18.v1.5.7.18
-rw-r--r-- | ChangeLog | 5 | ||||
-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, 14 insertions, 9 deletions
@@ -1,3 +1,8 @@ +2015-07-18 New release 1.5.7.18 +fix: moving with mouse on tiles with height more than zero. +fix: crash if warp to map with heights with smaller size. +add: support for insert and see cards (hercules). + 2015-07-04 New release 1.5.7.4 fix: draw attack rectange under beings. fix: being position with heights layer. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.5.7.4 Date: 2015-07-04 + Version: 1.5.7.18 Date: 2015-07-18 Development team: - See AUTHORS file for a list @@ -2,7 +2,7 @@ ![The Mana World logo](data/icons/manaplus.png) -Version: 1.5.7.4 Date: 2015-07-04 +Version: 1.5.7.18 Date: 2015-07-18 ### Development team: - See [AUTHORS](AUTHORS) file for a list diff --git a/README.txt b/README.txt index eadd7fddd..d58649121 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.5.7.4 Date: 2015-07-04
+ Version: 1.5.7.18 Date: 2015-07-18
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 65c83fb0f..59e6cca7f 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.7.4" \ + -DPRODUCT_VERSION="1.5.7.18" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 483e6c292..e9a5d02f5 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.7.4" \ + -DPRODUCT_VERSION="1.5.7.18" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 62270a70a..9f39d2611 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.7.4" \ + -DPRODUCT_VERSION="1.5.7.18" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index b5c6fd3e8..7adae2fae 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.5.7.4], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.5.7.18], [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 7a8bca4c9..680acf5a8 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.7.4" -#define CHECK_VERSION "01.05.07.04" +#define SMALL_VERSION "1.5.7.18" +#define CHECK_VERSION "01.05.07.18" #ifdef HAVE_CONFIG_H #include "../config.h" |