From df866e62698d44dacc423a29a4a127017f1e11f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Aug 2012 14:47:55 +0300 Subject: Change version to 1.2.8.19. --- ChangeLog | 16 ++++++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95f3ef084..0bf63de90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2012-08-19 New release 1.2.8.19 +fix: enable italian translation. +fix: remember checkbox in login dialog. +fix: background in buy/sell dialogs. +fix: possible crash. +add: extend theming. +add: extend outfits to 4x4 cells and add equip button. +add: connect button to edit server dialog. +add: units separator. +by default space is separator. +add: sounds for new/complete quests. +add: hightlight gms in online list with color and letters (GM). +add: enable best video mode autodetection under linux. +add: enable FBO under windows. +add: npc cycle select. + 2012-08-05 New release 1.2.8.5 fix: colors in speech buuble. fix: emote shortcuts default size. diff --git a/README b/README index 004e00368..814c42f86 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.8.5 Date: 2012-08-05 + Version: 1.2.8.19 Date: 2012-08-19 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 24bfef3ec..3a8a373bd 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.8.5 Date: 2012-08-05 + Version: 1.2.8.19 Date: 2012-08-19 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index acb58ea4c..15a40f986 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.8.5" \ + -DPRODUCT_VERSION="1.2.8.19" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 7bea9872b..115d011ef 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.8.5" \ + -DPRODUCT_VERSION="1.2.8.19" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c2eee342a..7268ee1e8 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.8.5], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.8.19], [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 7a4f7fd13..d3b588b63 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.8.5" -#define CHECK_VERSION "01.02.08.05" +#define SMALL_VERSION "1.2.8.19" +#define CHECK_VERSION "01.02.08.19" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50