From e7568a3156bd19c91201322543a13ae99aefc658 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Jun 2012 13:11:20 +0300 Subject: Change version to 1.2.6.24 --- ChangeLog | 13 +++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92eaf648d..f72df9d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-06-24 New release 1.2.6.24 +fix: scrolling big text in texfields. +fix: npc selection by mouse. +fix: animated tiles animation speed. +add: profiler to manaplus for windows. +add: improved perfomance in manaplus for windows. +add: double click support to storage and inventory. +add: help seach commands (command ?text). +Example: ?download +add: help pages updated. +add: delayed image load for OpenGL modes. +add: delay to update image in software mode. + 2012-06-10 New release 1.2.6.10 fix: incorrect animation (hair bug). fix: keys conflict in login dialog. diff --git a/README b/README index b21b152a1..499175706 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.6.10 Date: 2012-06-10 + Version: 1.2.6.24 Date: 2012-06-24 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 1097bd936..e3f903662 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.6.10 Date: 2012-06-10 + Version: 1.2.6.24 Date: 2012-06-24 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 91bde9423..500ffda82 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.2.6.10" \ + -DPRODUCT_VERSION="1.2.6.24" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 1b671b7d6..205a15346 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.2.6.10" \ + -DPRODUCT_VERSION="1.2.6.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index e98d5ce9a..a68562cbb 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.6.10], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.6.24], [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 ffad96d38..583079875 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.2.6.10" -#define CHECK_VERSION "01.02.06.10" +#define SMALL_VERSION "1.2.6.24" +#define CHECK_VERSION "01.02.06.24" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-70-g09d2