summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-23 11:44:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-23 11:44:46 +0300
commitaf7de2033b5099be9351292767c14c79af58b209 (patch)
tree293ed5bfe1dd4c0fa62d70f59253dbb0f172bad3
parent0220dc10be5aefc627b73c39084ef551cc880fa4 (diff)
downloadplus-af7de2033b5099be9351292767c14c79af58b209.tar.gz
plus-af7de2033b5099be9351292767c14c79af58b209.tar.bz2
plus-af7de2033b5099be9351292767c14c79af58b209.tar.xz
plus-af7de2033b5099be9351292767c14c79af58b209.zip
Change version to 1.3.11.24.
-rw-r--r--ChangeLog12
-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, 20 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ef8b33ecc..9783554e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-11-24 New release 1.3.11.24
+fix: compilation with SDL2.
+fix: compilation with libc++.
+fix: language tab (evol only).
+fix: shortcuts in input fields in SDL2.
+fix: SDL2 default renderer.
+fix: possible fix to incomplete chat messages in "new" tmw server.
+add: item particles.
+add: update mplus fonts.
+add: option to enable/disable tile animations.
+add: improve sprites update speed.
+
2013-11-10 New release 1.3.11.10
fix: crash with broken OpenGL functions.
fix: item amount in trade in selling into personal shop.
diff --git a/README b/README
index 28995b787..11caee2b9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.11.10 Date: 2013-11-10
+ Version: 1.3.11.24 Date: 2013-11-24
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 70a7be94b..ee954306e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.1.11 Date: 2013-11-10
+ Version: 1.3.11.24 Date: 2013-11-24
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index bdab3b50c..5d95f6ea5 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.11.10" \
+ -DPRODUCT_VERSION="1.3.11.24" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 75810d10a..e659cc865 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.11.10" \
+ -DPRODUCT_VERSION="1.3.11.24" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index b5ef23737..1890f49dd 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.11.10" \
+ -DPRODUCT_VERSION="1.3.11.24" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 609b80227..f834b43fe 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.3.11.10], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.11.24], [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 7bdcd2f25..a96abf039 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.11.10"
-#define CHECK_VERSION "01.03.11.10"
+#define SMALL_VERSION "1.3.11.24"
+#define CHECK_VERSION "01.03.11.24"
#ifdef HAVE_CONFIG_H
#include "../config.h"