diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-22 13:58:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-22 14:38:30 +0300 |
commit | 0d04ed6b3bdf009f852d4f3ac4407472b44e247c (patch) | |
tree | abc8b04b2c0da5e0f5a69fbca53705e6a73f50a9 | |
parent | 19406839b17bd72a1bade61b8a791737b6e5fec6 (diff) | |
download | mv-0d04ed6b3bdf009f852d4f3ac4407472b44e247c.tar.gz mv-0d04ed6b3bdf009f852d4f3ac4407472b44e247c.tar.bz2 mv-0d04ed6b3bdf009f852d4f3ac4407472b44e247c.tar.xz mv-0d04ed6b3bdf009f852d4f3ac4407472b44e247c.zip |
Change version to 1.2.12.23v1.2.12.23
-rw-r--r-- | ChangeLog | 18 | ||||
-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, 25 insertions, 7 deletions
@@ -1,3 +1,21 @@ +2012-12-23 New release 1.2.12.23 +fix: reset in memory password if password was wrong. +fix: dont show opengl restart mesasge in settings under Android. +fix: image particles alpha property. +fix: equipment window selection draw. +fix: mouse move events under Android. +fix: possible crash in rename nav point dialog. +fix: by default disable texture compression. +add: settings page for onscreen controls. +add; show trading partner nick in trade error messages. +add: replace drop down listboxes to popup lists. +add: different skills for each skill level. +add: description to skills. +add: option to disable gamma correction. +add: new default wallpaper. +add: option for log input events. +add: update mplus fonts. + 2012-12-09 New release 1.2.12.9 fix: relative mouse moving for Android. fix: show chat history option. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.12.9 Date: 2012-12-09 + Version: 1.2.12.23 Date: 2012-12-23 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 12d07babf..0dcbad42f 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.2.12.9 Date: 2012-12-09
+ Version: 1.2.12.23 Date: 2012-12-23
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 7e903182b..1397f28d4 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.12.9" \ + -DPRODUCT_VERSION="1.2.12.23" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 96571029a..e48950bba 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.12.9" \ + -DPRODUCT_VERSION="1.2.12.23" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c95707293..4281f4f2e 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.12.9], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.12.23], [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 64b9fcdbd..886f54f12 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.12.9" -#define CHECK_VERSION "01.02.12.09" +#define SMALL_VERSION "1.2.12.23" +#define CHECK_VERSION "01.02.12.23" #ifdef HAVE_CONFIG_H #include "../config.h" |