summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--README2
-rw-r--r--README.md2
-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
9 files changed, 19 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b88d2a05..6b2627d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 82a3f6b14..c66c0e440 100644
--- a/README
+++ b/README
@@ -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/README.md b/README.md
index 89b3fb06e..8db269cc0 100644
--- a/README.md
+++ b/README.md
@@ -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"