From af7de2033b5099be9351292767c14c79af58b209 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Nov 2013 11:44:46 +0300 Subject: Change version to 1.3.11.24. --- ChangeLog | 12 ++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 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" -- cgit v1.2.3-70-g09d2