diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-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, 26 insertions, 6 deletions
@@ -1,3 +1,23 @@ +2011-09-04 New release 1.1.9.4 +ManaPlus: +fix: compilation with different flags. +fix: possible fix with incorrect camera position. +fix: replace sprite issues. +fix: some crashes. +add: hightlight words list in chat. +add: many colors for themes. +add: alien emote (DerLoisl). +add: basic auction bot integration. +add: guild bot integration. +add: impore guild members list sorting. +add: auto download content fixes. +add: show guild members on minimap. +add: always show party members in minimap if on same map. +add: lock windows position (at top right window corner). +add: update mplus fonts. +add: attribute damage per second. +add: option to disable self heal with mouse. + 2011-08-21 New release 1.1.8.21 ManaPlus: fix: moving near npc. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.8.21 Date: 2011-08-21 + Version: 1.1.9.4 Date: 2011-09-04 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index b9ad19133..47e9ffa4e 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.8.21 Date: 2011-08-21
+ Version: 1.1.9.4 Date: 2011-09-04
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index cd70c8d2d..2df15c464 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.8.21], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.9.4], [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.8.21" \ + -DPRODUCT_VERSION="1.1.9.4" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 9f8bbc6ac..f8b6d97ba 100644 --- a/src/main.h +++ b/src/main.h @@ -85,8 +85,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.8.21" -#define CHECK_VERSION "01.01.08.21" +#define SMALL_VERSION "1.1.9.4" +#define CHECK_VERSION "01.01.09.04" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |