diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-24 16:34:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-24 16:34:13 +0300 |
commit | 248aa66d1065b99ae8b138ef7929f1573c56f79b (patch) | |
tree | 1977cb53f3b674626ab7c11e68a91ed39760c3ff | |
parent | ac6f2491d6891b1fd90c2a9768f95ab42bbae517 (diff) | |
download | plus-248aa66d1065b99ae8b138ef7929f1573c56f79b.tar.gz plus-248aa66d1065b99ae8b138ef7929f1573c56f79b.tar.bz2 plus-248aa66d1065b99ae8b138ef7929f1573c56f79b.tar.xz plus-248aa66d1065b99ae8b138ef7929f1573c56f79b.zip |
Change verstion to 1.6.9.24v1.6.9.24
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 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 |
9 files changed, 19 insertions, 9 deletions
@@ -1,3 +1,13 @@ +2016-09-24 New release 1.6.9.24 +fix: bold links hightlight. +fix: some rare memory leaks. +fix: not try insert intems into each other in legacy servers. +fix: reading keys from configuration. +add: support for fake and remove packets xml file. +add: drag and drop into shop window. +add: allow drag most windows by used parts. +add: extend outfits window menu. + 2016-09-10 New release 1.6.9.10 fix: file handlers leak. fix: running command in chat if not tab selected. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.6.9.10 Date: 2016-09-10 + Version: 1.6.9.24 Date: 2016-09-24 Build status: https://gitlab.com/manaplus/manaplus/badges/master/build.svg @@ -2,7 +2,7 @@ ![ManaPlus logo](data/icons/manaplus.png) -Version: 1.6.9.10 Date: 2016-09-10 +Version: 1.6.9.24 Date: 2016-09-24 ### Build status diff --git a/README.txt b/README.txt index 9caf2cef0..bb74786f0 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.6.9.10 Date: 2016-09-10
+ Version: 1.6.9.24 Date: 2016-09-24
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index dad2f7af1..80d96f223 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.6.9.10" \ + -DPRODUCT_VERSION="1.6.9.24" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 4b3572828..0820aaefd 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.6.9.10" \ + -DPRODUCT_VERSION="1.6.9.24" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index d7d14c71d..2537e484f 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.6.9.10" \ + -DPRODUCT_VERSION="1.6.9.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index e3f7f0a13..7962c75c6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.6.9.10], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.6.9.24], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index d30dcf238..a224d97af 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.6.9.10" -#define CHECK_VERSION "01.06.09.10" +#define SMALL_VERSION "1.6.9.24" +#define CHECK_VERSION "01.06.09.24" #ifdef HAVE_CONFIG_H #include "../config.h" |