diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-08 16:08:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-08 16:08:04 +0300 |
commit | 50ca2750f73025be4e73ed1c6271c4433f081062 (patch) | |
tree | d1b08e6a64acfa2a79dafa747bd8f17dc8c993a7 | |
parent | 9a459bc627847272c1233120c60a27eec47a2ef8 (diff) | |
download | plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.gz plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.bz2 plus-50ca2750f73025be4e73ed1c6271c4433f081062.tar.xz plus-50ca2750f73025be4e73ed1c6271c4433f081062.zip |
Change version to 1.2.12.9v1.2.12.9
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 17 insertions, 7 deletions
@@ -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. @@ -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" |