diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-26 14:39:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-26 14:39:07 +0300 |
commit | 94aee6b81132884686bce4473d67380c57c72fff (patch) | |
tree | 09ddc4ec7ebe75ec83a695449cb678169f51323a | |
parent | ee39f900e4c6b1abbda698fcb327e368d2d359e7 (diff) | |
download | plus-94aee6b81132884686bce4473d67380c57c72fff.tar.gz plus-94aee6b81132884686bce4473d67380c57c72fff.tar.bz2 plus-94aee6b81132884686bce4473d67380c57c72fff.tar.xz plus-94aee6b81132884686bce4473d67380c57c72fff.zip |
Change version to 1.3.10.27.v1.3.10.27
-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/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
8 files changed, 18 insertions, 8 deletions
@@ -1,3 +1,13 @@ +2013-10-27 New release 1.3.10.27 +fix: drawing complex gui in Android. +fix: text fields on SDL2. +fix: input on Android on SDL2. +add: new in chat emotes. +add: emotes button near chat input line. +add: extend chat window theming. +add: context menu for buy/sell items. +add: option to show/hide server motd. + 2013-10-12 New release 1.3.10.12 fix: custom update server selection. fix: crash with rename map object. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.10.12 Date: 2013-10-12 + Version: 1.3.10.27 Date: 2013-10-27 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 44512f0d7..21b764f1b 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.10.12 Date: 2013-10-12
+ Version: 1.3.10.27 Date: 2013-10-27
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 8d4029392..3d8a28e18 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.3.10.12" \ + -DPRODUCT_VERSION="1.3.10.27" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index c6484a08d..7c0fc0972 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.10.12" \ + -DPRODUCT_VERSION="1.3.10.27" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index e57b8d1be..4b509b238 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.3.10.12" \ + -DPRODUCT_VERSION="1.3.10.27" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c0758d669..74124d902 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.3.10.12], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.10.27], [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 5cbb3e7bf..70ad551c8 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.3.10.12" -#define CHECK_VERSION "01.03.10.12" +#define SMALL_VERSION "1.3.10.27" +#define CHECK_VERSION "01.03.10.27" #ifdef HAVE_CONFIG_H #include "../config.h" |