summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-10 20:32:26 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-10 20:32:26 +0300
commit9d66ae92ac714b4a4b21e588a3e2d481c352cd60 (patch)
tree2de27e8391dfb6564c7f050b86bef8247ade943c
parentfcd64b9b0ad613df8479f90d6cf241ffaaf7a098 (diff)
downloadplus-9d66ae92ac714b4a4b21e588a3e2d481c352cd60.tar.gz
plus-9d66ae92ac714b4a4b21e588a3e2d481c352cd60.tar.bz2
plus-9d66ae92ac714b4a4b21e588a3e2d481c352cd60.tar.xz
plus-9d66ae92ac714b4a4b21e588a3e2d481c352cd60.zip
Change version to 1.2.11.11v1.2.11.11
-rw-r--r--ChangeLog16
-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, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 39bee283d..7ff1c0d61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-11-11 New release 1.2.11.11
+fix: resolution switching under Android with OpenGL.
+fix: guichan draw lines under ARM.
+fix: some fixes in jewelry theme.
+fix: translations under Android.
+fix: ok dialog size.
+fix: disable video mode autodetection under Android.
+fix: chat log if switch game characters.
+fix: crash with empty relations list.
+fix: game termination under Android by using "home" key.
+fix: minimaps loading.
+add: close button in android version.
+add: extend theming.
+add: select maximum resolution under Android.
+add: highlight window header with "*" if got new chat messages.
+
2012-10-28 New release 1.2.10.28
fix: some ARM fixes.
fix: open/close sounds for some windows.
diff --git a/README b/README
index b8dbf1dc9..d626ddc31 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.10.28 Date: 2012-10-28
+ Version: 1.2.11.11 Date: 2012-11-11
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 4038d9b2d..99fc81df3 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.10.28 Date: 2012-10-28
+ Version: 1.2.11.11 Date: 2012-11-11
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 6aed6e7fa..0500811e3 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.10.28" \
+ -DPRODUCT_VERSION="1.2.11.11" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 82c702c3d..f0e67ca80 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.10.28" \
+ -DPRODUCT_VERSION="1.2.11.11" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 3eb178dd4..5fc4f7422 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.10.28], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.11.11], [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 33284e77b..4f2bb5f43 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.10.28"
-#define CHECK_VERSION "01.02.10.28"
+#define SMALL_VERSION "1.2.11.11"
+#define CHECK_VERSION "01.02.11.11"
#ifdef HAVE_CONFIG_H
#include "../config.h"