diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-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, 23 insertions, 8 deletions
@@ -1,3 +1,18 @@ +2013-05-26 New release 1.3.5.26 +fix: char selection dialog if screen is big. +fix: resources reloading if switching servers. +fix: invisible exp messages with software renderer. +add: load avatars from avatars.xml. +add: show onscreen keyboard if input field selected. +add: popup in char selection dialog. +add: selection chars by double click. +add: features configuration file. +add: new commands in particle effects. +add: option to prevent selling items without confirmation. +add: updated jewelry theme. +add: chat commands to enable/disable sound hightlight in tab. +add: chat command for drop, move, set home etc. + 2013-05-12 New release 1.3.5.12 fix: update host issue after registering on evol server. fix: outline colors in pink theme. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.5.12 Date: 2013-05-12 + Version: 1.3.5.26 Date: 2013-05-26 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 240555336..687ead36b 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.5.12 Date: 2013-05-12
+ Version: 1.3.5.26 Date: 2013-05-26
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index e9a3a52a7..2c75d00db 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.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 3b73bc7be..3363d3e9b 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.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 5dda5520d..4e486f2f0 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.5.12" \ + -DPRODUCT_VERSION="1.3.5.26" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 3b87881cf..1b6063dcf 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.5.12], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.5.26], [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 7590a8b42..1228c4871 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.5.12" -#define CHECK_VERSION "01.03.05.12" +#define SMALL_VERSION "1.3.5.26" +#define CHECK_VERSION "01.03.05.26" #ifdef HAVE_CONFIG_H #include "../config.h" |