From f06505b08060ad0720653fdf21fcc306ca93eb13 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 2 Mar 2013 15:10:26 +0300 Subject: Change version to 1.3.3.3 --- ChangeLog | 17 +++++++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1adbc7d5c..a592c7a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2013-03-03 New release 1.3.3.3 +fix: guild tab update in guild bot integration. +fix: http links in windows. +fix: incorrect chars in links. +fix: name signs update. +fix: password change issue with empty players list. +fix: skills and stats conflict. +fix: command line parameters. +fix: map arrows images draw. +add: enable some aditinal feature on tmw like servers. +add: help seach links: /url ?word +add: option to show hide guil online messages. +add: gm tab for gms and @wgm command output. +add: away particle effect. +add: pseudo skills based on quest variables (evol only) +add: particle effect to skill levelup. + 2013-02-17 New release 1.3.2.17 fix: inventory sorting fix: initial setup window resize issue. diff --git a/README b/README index 04b73e3a9..ed3f282ab 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.2.17 Date: 2013-02-17 + Version: 1.3.3.3 Date: 2013-03-03 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index a9fddd6ab..e4d3e37fd 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.2.17 Date: 2013-02-17 + Version: 1.3.3.3 Date: 2013-03-03 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 5a3ea365d..32a98dd1e 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.2.17" \ + -DPRODUCT_VERSION="1.3.3.3" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 00f762365..c72cd2b55 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.2.17" \ + -DPRODUCT_VERSION="1.3.3.3" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index a8d751530..d6bb814aa 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.2.17], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.3.3], [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 4f6044dd4..be587338c 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.2.17" -#define CHECK_VERSION "01.03.02.17" +#define SMALL_VERSION "1.3.3.3" +#define CHECK_VERSION "01.03.03.03" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50