From 305ea4c7ff543a29e5ea0eba14c48bfd6df2cb95 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Jul 2011 17:16:47 +0300 Subject: Change version to 1.1.7.10 --- ChangeLog | 15 +++++++++++++++ README | 2 +- README.txt | 2 +- configure.ac | 2 +- packwin | 2 +- src/main.h | 4 ++-- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd355e5f7..86806b887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2011-07-10 New release 1.1.7.10 +ManaPlus: +fix: char deletion +fix: improve speed. +fix: improve speed in software mode. +fix: some memory leaks. +fix: music fadeout. +fix: crash in reconnecting to servers. +add: make script for MacOS with fink. +add: updated mplus and libiration fonts. +add: player statuses: enabled shop, away and inactive mode. +add: map reduce mode usefull for sftware drawing mode (improving speed). +add: updated translations. +add: redesign video tab in settings. + 2011-06-26 New release 1.1.6.26 ManaPlus: fix: context menu positions. diff --git a/README b/README index de58c68c3..b013ac699 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.6.26 Date: 2011-06-26 + Version: 1.1.7.10 Date: 2011-07-10 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 3c4cbd072..6fda0e559 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.6.26 Date: 2011-06-26 + Version: 1.1.7.10 Date: 2011-07-10 Development team: - See AUTHORS file for a list diff --git a/configure.ac b/configure.ac index 9526cf5b8..5875a2325 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.6.26], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.7.10], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/packwin b/packwin index a730088b7..7e6a86dd7 100755 --- a/packwin +++ b/packwin @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.6.26" \ + -DPRODUCT_VERSION="1.1.7.10" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 46e198790..b6915ef77 100644 --- a/src/main.h +++ b/src/main.h @@ -91,8 +91,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.6.26" -#define CHECK_VERSION "01.01.06.26" +#define SMALL_VERSION "1.1.7.10" +#define CHECK_VERSION "01.01.07.10" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ -- cgit v1.2.3-70-g09d2