diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-15 15:36:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-15 15:36:58 +0300 |
commit | 0b2bf7258ab98bac2b27cc2fe72b25fa58646867 (patch) | |
tree | cc83a0e8f9351ef43850385c09fb0aa8187679e1 | |
parent | da01af679f3aebfce2a065e0376536bbe195f8df (diff) | |
download | plus-0b2bf7258ab98bac2b27cc2fe72b25fa58646867.tar.gz plus-0b2bf7258ab98bac2b27cc2fe72b25fa58646867.tar.bz2 plus-0b2bf7258ab98bac2b27cc2fe72b25fa58646867.tar.xz plus-0b2bf7258ab98bac2b27cc2fe72b25fa58646867.zip |
Change version to 1.5.8.15.
-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 @@ +2015-08-15 New release 1.5.8.15 +fix: download updates if download error happend. +fix: key message in outfits window. +fix: archer attack range in yellow bar. +fix: wrong sprites in char selection dialog (hercules). +fix: show all sprites in char selection dialog (hercules). +add: for future tmwa guilds fix guild kick. +add: new attributes for items description. +add: send to client equipped cards (hercules). + 2015-08-01 New release 1.5.8.1 fix: update tmw address in tmw detection code. fix: not allow broken nicks. show messages from this nicks with warnings. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.5.8.1 Date: 2015-08-01 + Version: 1.5.8.15 Date: 2015-08-15 Development team: - See AUTHORS file for a list @@ -2,7 +2,7 @@ ![The Mana World logo](data/icons/manaplus.png) -Version: 1.5.8.1 Date: 2015-08-01 +Version: 1.5.8.15 Date: 2015-08-15 ### Development team: - See [AUTHORS](AUTHORS) file for a list diff --git a/README.txt b/README.txt index fc82afef5..25ef71c0d 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.5.8.1 Date: 2015-08-01
+ Version: 1.5.8.15 Date: 2015-08-15
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 7fa9e20e7..522ebbf1b 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.5.8.1" \ + -DPRODUCT_VERSION="1.5.8.15" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 8959f0215..58d0fe9db 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.5.8.1" \ + -DPRODUCT_VERSION="1.5.8.15" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index c2ee8298d..fee52c745 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.5.8.1" \ + -DPRODUCT_VERSION="1.5.8.15" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c7fc55f2c..4e67fe6f6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.5.8.1], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.5.8.15], [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 799ac488e..4679380a2 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.5.8.1" -#define CHECK_VERSION "01.05.08.01" +#define SMALL_VERSION "1.5.8.15" +#define CHECK_VERSION "01.05.08.15" #ifdef HAVE_CONFIG_H #include "../config.h" |