From 50ca2750f73025be4e73ed1c6271c4433f081062 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 8 Dec 2012 16:08:04 +0300 Subject: Change version to 1.2.12.9 --- ChangeLog | 10 ++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index e755bb23f..6e1d9dec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-12-09 New release 1.2.12.9 +fix: relative mouse moving for Android. +fix: show chat history option. +fix: MacOSX compilation. +add: email in registration dialog (evol only). +add: enable jewelry theme by default for evol branding. +add: improve OpenGL draw speed. +add: protect chat focus by default. +add: basic on screen buttons for Android version. + 2012-11-25 New release 1.2.11.25 fix: some fixes in jewelry theme. fix: disable some popups in Android version. diff --git a/README b/README index e02a5cf64..b6ee62c40 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.11.25 Date: 2012-11-25 + Version: 1.2.12.9 Date: 2012-12-09 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 491520aa5..12d07babf 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.11.25 Date: 2012-11-25 + Version: 1.2.12.9 Date: 2012-12-09 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 989d0f72c..7e903182b 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.11.25" \ + -DPRODUCT_VERSION="1.2.12.9" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 1dbafc972..96571029a 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.11.25" \ + -DPRODUCT_VERSION="1.2.12.9" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 8378ce19b..c95707293 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.11.25], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.12.9], [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 99cba18fc..64b9fcdbd 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.11.25" -#define CHECK_VERSION "01.02.11.25" +#define SMALL_VERSION "1.2.12.9" +#define CHECK_VERSION "01.02.12.09" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50