diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-26 15:28:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-26 15:28:20 +0300 |
commit | 71fe51d38a406012e166589b7b720d83c1ab3ade (patch) | |
tree | 45c689cb5679123c61d737a4e4b71985e97f1e6f | |
parent | b2d61063b7a7293e3ae0b5b17f9e2846cdee84f0 (diff) | |
download | plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.gz plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.bz2 plus-71fe51d38a406012e166589b7b720d83c1ab3ade.tar.xz plus-71fe51d38a406012e166589b7b720d83c1ab3ade.zip |
Change version to 1.1.11.27.v1.1.11.27
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 20 insertions, 6 deletions
@@ -1,3 +1,17 @@ +2011-11-27 New release 1.1.11.27 +ManaPlus: +fix: show enemy relation in online list. +fix: dead monsters and floor items poisition. +fix: file name conflicts between skins and client data files. +add: update ru and es translations. +add: change chat log save path to yyyy-mm/dd/file.log. +add: support for incomplete replace tag for items for compotability with future version of mana. +add: background images for equipment window. +add: whisper player name in autocomplete list. +add: show yellow bar mode changes in debug chat tab. +add: limits for hair color and style for char creation dialog. +add: different animations depend on monster hp (only for evol). + 2011-11-12 New release 1.1.11.12 ManaPlus: fix: hide death message on reconnect. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.11.12 Date: 2011-11-12 + Version: 1.1.11.27 Date: 2011-11-27 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 27db90d2c..2950b8e2a 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.11.12 Date: 2011-11-12
+ Version: 1.1.11.27 Date: 2011-11-27
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin index 2d43c0b42..f81957f13 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.11.12" \ + -DPRODUCT_VERSION="1.1.11.27" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 26f448c8a..a2f596cc6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.11.12], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.11.27], [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 36173a1c8..6f7c0980a 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.1.11.12" -#define CHECK_VERSION "01.01.11.12" +#define SMALL_VERSION "1.1.11.27" +#define CHECK_VERSION "01.01.11.27" #ifdef HAVE_CONFIG_H #include "../config.h" |