From 2101e73b794dfdcf9c2e2f4d70386e0835bf07fa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 4 Aug 2012 15:36:40 +0300 Subject: Change version to 1.2.8.5. --- ChangeLog | 18 ++++++++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 25 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f67df3f0d..95f3ef084 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2012-08-05 New release 1.2.8.5 +fix: colors in speech buuble. +fix: emote shortcuts default size. +fix: radio button images in wood theme. +fix: guild bot message delay. +fix: unassign key action. +add: open urls in browser. +add: chat command /url LINK +put url link in chat. +add: chat command /openurl LINK +open url in browser. +add: equipment button in inventory. +add: key for disable full screen mode. +add: support for images in npc menu. +add: new font dejavu serif condensed. +add: extend background theming. +add: quests window (evol only). + 2012-07-22 New release 1.2.7.22 fix: allow moving with opened buy/sell dialogs by mouse. fix: not allow moving with opened storage window. diff --git a/README b/README index 26a766b20..004e00368 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.7.22 Date: 2012-07-22 + Version: 1.2.8.5 Date: 2012-08-05 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 4a49e7f92..24bfef3ec 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.7.22 Date: 2012-07-22 + Version: 1.2.8.5 Date: 2012-08-05 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 38190cc5c..acb58ea4c 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.2.7.22" \ + -DPRODUCT_VERSION="1.2.8.5" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index adecc8a6c..7bea9872b 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.2.7.22" \ + -DPRODUCT_VERSION="1.2.8.5" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 5558d2f6f..c2eee342a 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.7.22], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.8.5], [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 535b00d32..7a4f7fd13 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.2.7.22" -#define CHECK_VERSION "01.02.07.22" +#define SMALL_VERSION "1.2.8.5" +#define CHECK_VERSION "01.02.08.05" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50