From 2a77d52ce39598313f97141ba4e5e2b952f7a196 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Aug 2016 17:52:26 +0300 Subject: Change version to 1.6.8.14 --- ChangeLog | 14 ++++++++++++++ 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, 23 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 648be0d2a..18ec68e42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2016-08-14 New release 1.6.8.14 +fix: arrow slot in equipment window. +fix: compilation with new curl 7.50. +fix: freeze with some particle types. +fix: particles count in popup. +add: show being level at popup. +add: shop hp/max hp in being popup. +add: support for elemental beings. +add: extend stats.xml with attribute names. +add: extend riding offsets. +add: player wall collision. (player cant walk). +add: monster wall collision. (monster cant walk). +add: cache most xml files. + 2016-07-30 New release 1.6.7.30 fix: not allow moving while casting if skill not allow moving. fix: update skill in skills window after skill was changed. diff --git a/README b/README index f4cccb873..f255d95ce 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.6.7.30 Date: 2016-07-30 + Version: 1.6.8.14 Date: 2016-08-14 Build status: https://gitlab.com/manaplus/manaplus/badges/master/build.svg diff --git a/README.md b/README.md index 10ad4488b..ceb0acfbe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![ManaPlus logo](data/icons/manaplus.png) -Version: 1.6.7.30 Date: 2016-07-30 +Version: 1.6.8.14 Date: 2016-08-14 ### Build status diff --git a/README.txt b/README.txt index efdc3815d..27de82176 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.6.7.30 Date: 2016-07-30 + Version: 1.6.8.14 Date: 2016-08-14 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 877ae762d..36d08b1a1 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.6.7.30" \ + -DPRODUCT_VERSION="1.6.8.14" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 6a27d8d4e..b12b96b7e 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.6.7.30" \ + -DPRODUCT_VERSION="1.6.8.14" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 5d6315b65..ddff3aff1 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.6.7.30" \ + -DPRODUCT_VERSION="1.6.8.14" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index b7e7033bc..d1e7cfdde 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.6.7.30], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.6.8.14], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index 898fe04ef..1fd3c97d7 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.6.7.30" -#define CHECK_VERSION "01.06.07.30" +#define SMALL_VERSION "1.6.8.14" +#define CHECK_VERSION "01.06.08.14" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50