summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-08 16:08:04 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-08 16:08:04 +0300
commit50ca2750f73025be4e73ed1c6271c4433f081062 (patch)
treed1b08e6a64acfa2a79dafa747bd8f17dc8c993a7
parent9a459bc627847272c1233120c60a27eec47a2ef8 (diff)
downloadplus-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--ChangeLog10
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
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"