From b5a9c89e9d4d8b21bceda9cf2507dc7f6b726c91 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Jul 2013 13:58:16 +0300 Subject: Change version to 1.3.7.21. --- ChangeLog | 11 +++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 8 files changed, 19 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e21da2413..384280c4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-07-21 New release 1.3.7.21 +fix: background gradients in default theme. +add: stats display from items.xml for non number values. +add: configuration with death messages. +add: player context menu for gms. +add: chat command to select and create any items /createitems. +add: option to disable/enable double click support. +add: support for actual keys and tabulation help/npc windows. +add: show job level in job popup. +add: support name offsets for monsters/npcs. + 2013-07-07 New release 1.3.7.7 fix: buttons in character selection dialog. fix: switch login button. diff --git a/README b/README index 23e739455..e3127125b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.7.7 Date: 2013-07-07 + Version: 1.3.7.21 Date: 2013-07-21 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 1d90a4d21..add12c1cb 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.7.7 Date: 2013-07-07 + Version: 1.3.7.21 Date: 2013-07-21 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index ceb1aacb1..df44f39b3 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.3.7.7" \ + -DPRODUCT_VERSION="1.3.7.21" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 30d0b575c..08848bc2f 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.3.7.7" \ + -DPRODUCT_VERSION="1.3.7.21" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 02539163c..f58fcc496 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.3.7.7" \ + -DPRODUCT_VERSION="1.3.7.21" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c7b7d0f1c..00bfde199 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.7.7], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.7.21], [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 353c58727..c1a029eee 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.3.7.7" -#define CHECK_VERSION "01.03.07.07" +#define SMALL_VERSION "1.3.7.21" +#define CHECK_VERSION "01.03.07.21" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-70-g09d2