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 6b2627d79..de68bea74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-08-29 New release 1.5.8.29
+add: support for item colors (hercules)
+add: separate item icon palette.
+add: drag drop cards for insert (hercules)
+add: improve player attack action (Travolta)
+add: disable DSA if driver AMD HD 14.10.*
+add: rental items support (hercules)
+add: support for message from scripts on server.
+add: Catalan, China (Hong Kong), Ukraine languages for manual selection.
+
2015-08-15 New release 1.5.8.15
fix: download updates if download error happend.
fix: key message in outfits window.
diff --git a/README b/README
index c66c0e440..714cb25d0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.8.15 Date: 2015-08-15
+ Version: 1.5.8.29 Date: 2015-08-29
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 8db269cc0..9c4297a50 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.8.15 Date: 2015-08-15
+Version: 1.5.8.29 Date: 2015-08-29
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 25ef71c0d..c3989716d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.8.15 Date: 2015-08-15
+ Version: 1.5.8.29 Date: 2015-08-29
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 522ebbf1b..9ebbf391f 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.15" \
+ -DPRODUCT_VERSION="1.5.8.29" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 58d0fe9db..a151169c0 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.15" \
+ -DPRODUCT_VERSION="1.5.8.29" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index fee52c745..4fa460b58 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.15" \
+ -DPRODUCT_VERSION="1.5.8.29" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 4e67fe6f6..0edeca5f4 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.8.15], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.8.29], [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 4679380a2..8fb8c8a0e 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.15"
-#define CHECK_VERSION "01.05.08.15"
+#define SMALL_VERSION "1.5.8.29"
+#define CHECK_VERSION "01.05.08.29"
#ifdef HAVE_CONFIG_H
#include "../config.h"