summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-08 16:39:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-08 16:39:29 +0300
commit961d1a4bca34068e9ecb5deff0b9da0d6ed6ac16 (patch)
tree5a5233ac00f2c8d253d7f5f0db1b2dd00c5354cc
parentb76073bd5d839eb15f38bdc972291e213d286cbf (diff)
downloadplus-1.6.10.8.tar.gz
plus-1.6.10.8.tar.bz2
plus-1.6.10.8.tar.xz
plus-1.6.10.8.zip
Change version to 1.6.10.8v1.6.10.8
-rw-r--r--ChangeLog8
-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, 17 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index aed244f5c..73c3035f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-08 New release 1.6.10.8
+fix: fix modal dialogs if update window is open.
+fix: theme info dialog.
+fix: removing particle effect after it was disabled on server.
+add: in quest texts add fields for data from server.
+add: support for links to monsters, pets, homunculuses.
+add: more than one image support in one animation action.
+
2016-09-24 New release 1.6.9.24
fix: bold links hightlight.
fix: some rare memory leaks.
diff --git a/README b/README
index a1d97210e..cdc5a4f5c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.9.24 Date: 2016-09-24
+ Version: 1.6.10.8 Date: 2016-10-08
Build status:
https://gitlab.com/manaplus/manaplus/badges/master/build.svg
diff --git a/README.md b/README.md
index 0d7a36306..1a4bc4b94 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![ManaPlus logo](data/icons/manaplus.png)
-Version: 1.6.9.24 Date: 2016-09-24
+Version: 1.6.10.8 Date: 2016-10-08
### Build status
diff --git a/README.txt b/README.txt
index bb74786f0..e4bdf78ab 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.9.24 Date: 2016-09-24
+ Version: 1.6.10.8 Date: 2016-10-08
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 80d96f223..ad4f1afae 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.9.24" \
+ -DPRODUCT_VERSION="1.6.10.8" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 0820aaefd..c3435ecb8 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.9.24" \
+ -DPRODUCT_VERSION="1.6.10.8" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 2537e484f..6e7fca108 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.9.24" \
+ -DPRODUCT_VERSION="1.6.10.8" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 7962c75c6..8b60a9c14 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.9.24], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.10.8], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_LANG_CPLUSPLUS
diff --git a/src/main.h b/src/main.h
index a224d97af..a96ac44fc 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.9.24"
-#define CHECK_VERSION "01.06.09.24"
+#define SMALL_VERSION "1.6.10.8"
+#define CHECK_VERSION "01.06.10.08"
#ifdef HAVE_CONFIG_H
#include "../config.h"