From 71ef8f1355524d9af8a3c8231e128cbc71365a13 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 16 Jan 2016 16:21:16 +0300 Subject: Change version to 1.6.1.16 --- ChangeLog | 12 ++++++++++++ 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, 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" -- cgit v1.2.3-60-g2f50