summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-16 16:21:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-16 16:21:16 +0300
commit71ef8f1355524d9af8a3c8231e128cbc71365a13 (patch)
tree67c58d5ee635de272d5c89715b67ef132ce8e5d7
parente34fdf228b176630df842156d1752e5807461b1d (diff)
downloadplus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.gz
plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.bz2
plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.tar.xz
plus-71ef8f1355524d9af8a3c8231e128cbc71365a13.zip
Change version to 1.6.1.16v1.6.1.16
-rw-r--r--ChangeLog12
-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, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f740ac62..196dad6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2016-01-16 New release 1.6.1.16
+fix: removing monster from attack list.
+fix: dye palette parsing with GIMP colors.
+fix: dont reset settings except OpenGL in safe mode (nacl).
+add: translation support in nacl.
+add: impliment new hercules packets.
+add: craft inventory (hercules).
+add: hex colors in dye palettes with GIMP colors.
+add: alpha channel in dye palettes with GIMP colors.
+add: into paths.xml options for GIMP palette.
+add: show cards in links.
+
2016-01-02 New release 1.6.1.2
fix: sprites animation for just loaded sprites.
fix: default beings walk mask.
diff --git a/README b/README
index cbc54e18b..99d1461e9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.1.2 Date: 2016-01-02
+ Version: 1.6.1.16 Date: 2016-01-16
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index e294e2790..b7f6f78a3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.6.1.2 Date: 2016-01-02
+Version: 1.6.1.16 Date: 2016-01-16
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 9112bfb4e..ea72b04c6 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.1.2 Date: 2016-01-02
+ Version: 1.6.1.16 Date: 2016-01-16
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index a6198b4b5..a74700676 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.1.2" \
+ -DPRODUCT_VERSION="1.6.1.16" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 3a1b5055e..c22cfe7d6 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.1.2" \
+ -DPRODUCT_VERSION="1.6.1.16" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 10f693238..c5b1bbce9 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.1.2" \
+ -DPRODUCT_VERSION="1.6.1.16" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 5572ff9c5..0f149680b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.1.2], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.1.16], [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 dc483f1cf..6598f7ca0 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.1.2"
-#define CHECK_VERSION "01.06.01.02"
+#define SMALL_VERSION "1.6.1.16"
+#define CHECK_VERSION "01.06.01.16"
#ifdef HAVE_CONFIG_H
#include "../config.h"