summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-26 15:07:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-26 15:07:44 +0300
commitbdac554898702846d2fa6f1aaf94fbb4d2e05425 (patch)
treefc1b30d062c905483f3dcc786eaaf56fd1b2ed0c
parent2a3cc7e2e0bd739c0bcc8efe2024ed87f4f89379 (diff)
downloadplus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.gz
plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.bz2
plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.tar.xz
plus-bdac554898702846d2fa6f1aaf94fbb4d2e05425.zip
Change version to 1.5.9.26.
-rw-r--r--ChangeLog8
-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, 17 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d507640b..b895282b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-26 New release 1.5.9.26
+fix: away badge.
+fix: allow set gui opacity to 100% on windows.
+fix: non local player moving on tiles with height more than zero.
+fix: saving beings state (hercules).
+add: select target if missing for attack skill automatically.
+add: support for packet version 20150226 (hercules).
+
2015-09-12 New release 1.5.9.12
fix: closing mail edit window.
fix: buttons position in npc dialog with visible avatar and input field.
diff --git a/README b/README
index 25d20b782..31452cfd9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.9.12 Date: 2015-09-12
+ Version: 1.5.9.26 Date: 2015-09-26
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 2affafa08..b6161dea3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.9.12 Date: 2015-09-12
+Version: 1.5.9.26 Date: 2015-09-26
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 5f9dca767..707a5f0b3 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.9.12 Date: 2015-09-12
+ Version: 1.5.9.26 Date: 2015-09-26
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index c600bab61..75ea1340b 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.12" \
+ -DPRODUCT_VERSION="1.5.9.26" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 2c9bdd884..ce186e8af 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.12" \
+ -DPRODUCT_VERSION="1.5.9.26" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 35f6d48b6..8a9daff3b 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.12" \
+ -DPRODUCT_VERSION="1.5.9.26" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index c87f51dca..10690e57d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.9.12], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.9.26], [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 eb67ac1bc..90af3932e 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.12"
-#define CHECK_VERSION "01.05.09.12"
+#define SMALL_VERSION "1.5.9.26"
+#define CHECK_VERSION "01.05.09.26"
#ifdef HAVE_CONFIG_H
#include "../config.h"