summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-26 14:39:07 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-26 14:39:07 +0300
commit94aee6b81132884686bce4473d67380c57c72fff (patch)
tree09ddc4ec7ebe75ec83a695449cb678169f51323a
parentee39f900e4c6b1abbda698fcb327e368d2d359e7 (diff)
downloadplus-1.3.10.27.tar.gz
plus-1.3.10.27.tar.bz2
plus-1.3.10.27.tar.xz
plus-1.3.10.27.zip
Change version to 1.3.10.27.v1.3.10.27
-rw-r--r--ChangeLog10
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
8 files changed, 18 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7df50f6..4ceb1a3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 0e2ff6e20..4e0889fbd 100644
--- a/README
+++ b/README
@@ -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"