From dbe7df424ce015248d8c58976ec381fa8b84e3de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 29 Oct 2011 15:44:21 +0300 Subject: Change version to 1.1.10.30. --- ChangeLog | 11 +++++++++++ README | 2 +- README.txt | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 463e48933..f1158ae7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-10-30 New release 1.1.10.30 +ManaPlus: +fix: disable autofix position for archer mode. +fix; hide password from packets log. +fix: replace tags without item id in items.xml. +fix: protect trades from some kind of abusing. +add: chat commands to use server side ignore for whispers: +Commands: /serverignoreall and /serverunignoreall +add: command for dump graphics and some other settings to chat. +Command: /dumpg + 2011-10-16 New release 1.1.10.16 ManaPlus: fix: particle effects Y position. diff --git a/README b/README index ad106569c..fd3bcf6fd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.10.16 Date: 2011-10-16 + Version: 1.1.10.30 Date: 2011-10-30 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 268a7b0c7..846685c60 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.10.16 Date: 2011-10-16 + Version: 1.1.10.30 Date: 2011-10-30 Development team: - See AUTHORS file for a list diff --git a/build/packwin b/build/packwin index 81920b9fa..a817b5d4b 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.10.16" \ + -DPRODUCT_VERSION="1.1.10.30" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 3c4b8d011..f718e7318 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.10.16], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.10.30], [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 548c3283f..63db481a5 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.10.16" -#define CHECK_VERSION "01.01.10.16" +#define SMALL_VERSION "1.1.10.30" +#define CHECK_VERSION "01.01.10.30" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-70-g09d2