diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 21 insertions, 6 deletions
@@ -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. @@ -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 @@ -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 \ |