From 49a0c0300178f8a3283bf304c039c524aad1635d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Sep 2011 03:24:43 +0300 Subject: Change version to 1.1.9.4 --- ChangeLog | 20 ++++++++++++++++++++ README | 2 +- README.txt | 2 +- configure.ac | 2 +- packwin | 2 +- src/main.h | 4 ++-- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0ad8f4bb..292dbe556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index 3f2cb5244..e02d9f4b4 100644 --- a/README +++ b/README @@ -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 diff --git a/packwin b/packwin index 7d630dc98..5593a4af6 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.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 \ -- cgit v1.2.3-60-g2f50