summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-09 14:33:14 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-09 15:47:43 +0300
commitf61d1891e675706d96fe0c8e6605d9b10ec11e14 (patch)
tree8c89268160c87113c5547a77c0162977071caf9f
parenta102628a6acaa64ca4b31d588cc9eedbb334d077 (diff)
downloadplus-1.6.4.9.tar.gz
plus-1.6.4.9.tar.bz2
plus-1.6.4.9.tar.xz
plus-1.6.4.9.zip
Change version to 1.6.4.9.v1.6.4.9
-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 3b436a534..c2bf1a7d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-04-09 New release 1.6.4.9
+fix: not allow some chat commands exuting by npc scripts.
+fix: crash in /debugspawn chat command if create beings outside of map.
+add: improve players draw performance.
+add: support for multiply packet versions at same time.
+add: ask before executing remote commands in chat.
+add: some new and old packets (hercules)
+
2016-03-26 New release 1.6.3.26
fix: wrong moving to target by mouse attack.
fix: not allow close warp dialog until target selected (hercule).
diff --git a/README b/README
index 0d1147617..d0f46373f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.3.26 Date: 2016-03-26
+ Version: 1.6.4.9 Date: 2016-04-09
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 20b3c3c13..382d9f49e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.6.3.26 Date: 2016-03-26
+Version: 1.6.4.9 Date: 2016-04-09
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 733514f9e..936081368 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.3.26 Date: 2016-03-26
+ Version: 1.6.4.9 Date: 2016-04-09
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 66a068c01..607a2e1bb 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.6.3.26" \
+ -DPRODUCT_VERSION="1.6.4.9" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 362da6933..0541e8f2f 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.6.3.26" \
+ -DPRODUCT_VERSION="1.6.4.9" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index da37da8af..e78d4e159 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.6.3.26" \
+ -DPRODUCT_VERSION="1.6.4.9" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index a220a2195..e88dff321 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.3.26], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.4.9], [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 26c58bcf6..d2e08bc20 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.6.3.26"
-#define CHECK_VERSION "01.06.03.26"
+#define SMALL_VERSION "1.6.4.9"
+#define CHECK_VERSION "01.06.04.09"
#ifdef HAVE_CONFIG_H
#include "../config.h"