summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-10 15:26:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-10 15:26:24 +0300
commit3bbfd3d36990113d7e91724625f4a347412dd883 (patch)
tree76e05959756a45c9fb64cddf91c011bf5a0ef9e0
parent1cf2cd48bd86f59afe148a5af5c06f6b8fcc1547 (diff)
downloadplus-1.5.10.10.tar.gz
plus-1.5.10.10.tar.bz2
plus-1.5.10.10.tar.xz
plus-1.5.10.10.zip
Change version to 1.5.10.10.v1.5.10.10
-rw-r--r--ChangeLog9
-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, 18 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b895282b0..e611e105e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-10-10 New release 1.5.10.10
+fix: moving animation lag in moving (hercules)
+fix: recode buildin sounds to 44100 khz
+fix: show trade messages with disabled trade tab in general tab.
+fix: dont show popup in inventory not on items.
+fix: attack actions on SDL2 builds.
+add: walkType attribute to all beings.
+add: extend walkType attribute to support different types.
+
2015-09-26 New release 1.5.9.26
fix: away badge.
fix: allow set gui opacity to 100% on windows.
diff --git a/README b/README
index 31452cfd9..4e51315d8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.9.26 Date: 2015-09-26
+ Version: 1.5.10.10 Date: 2015-10-10
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index b6161dea3..496380561 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.9.26 Date: 2015-09-26
+Version: 1.5.10.10 Date: 2015-10-10
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 707a5f0b3..16118133a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.9.26 Date: 2015-09-26
+ Version: 1.5.10.10 Date: 2015-10-10
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 75ea1340b..b8662d3f0 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.9.26" \
+ -DPRODUCT_VERSION="1.5.10.10" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index ce186e8af..392469072 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.9.26" \
+ -DPRODUCT_VERSION="1.5.10.10" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 8a9daff3b..9fdd0b0cd 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.9.26" \
+ -DPRODUCT_VERSION="1.5.10.10" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 10690e57d..6776b2318 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.9.26], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.10.10], [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 90af3932e..1e3d32015 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.9.26"
-#define CHECK_VERSION "01.05.09.26"
+#define SMALL_VERSION "1.5.10.10"
+#define CHECK_VERSION "01.05.10.10"
#ifdef HAVE_CONFIG_H
#include "../config.h"