summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-23 18:16:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-23 22:31:32 +0300
commit45bd27b9b878fc2a96ef58a6224f4fcc4d615599 (patch)
tree5fb0cde3c20f1e91775aecef502315181d0b1241
parentc4a63fe9e5804ff2f725df7fd5a9311dc177d8ee (diff)
downloadplus-1.6.4.23.tar.gz
plus-1.6.4.23.tar.bz2
plus-1.6.4.23.tar.xz
plus-1.6.4.23.zip
Change version to 1.6.4.23v1.6.4.23
-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 c2bf1a7d7..62ab11b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-04-23 New release 1.6.4.23
+fix: invite to guild from context menu.
+fix: possible crash in login dialog with opened drop down list.
+add: by default disable being advanced caching.
+add: show server and nick in game window title.
+add: support for different groups of update servers.
+add: option for disable OpenGL check.
+add: option for enable/disable chat commands from server.
+
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.
diff --git a/README b/README
index eaca8183f..145e86ef5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.4.9 Date: 2016-04-09
+ Version: 1.6.4.23 Date: 2016-04-23
Build status:
https://gitlab.com/manaplus/manaplus/badges/master/build.svg
diff --git a/README.md b/README.md
index 1a419c392..1cae17702 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![ManaPlus logo](data/icons/manaplus.png)
-Version: 1.6.4.9 Date: 2016-04-09
+Version: 1.6.4.23 Date: 2016-04-23
### Build status
diff --git a/README.txt b/README.txt
index c16d0c765..445976e1e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.4.9 Date: 2016-04-09
+ Version: 1.6.4.23 Date: 2016-04-23
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 607a2e1bb..8a2e5905e 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.4.9" \
+ -DPRODUCT_VERSION="1.6.4.23" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 0541e8f2f..4c26ae869 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.4.9" \
+ -DPRODUCT_VERSION="1.6.4.23" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index e78d4e159..80a5ab69e 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.4.9" \
+ -DPRODUCT_VERSION="1.6.4.23" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index e88dff321..fa4964ed5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.4.9], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.4.23], [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 d2e08bc20..0968ff718 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.4.9"
-#define CHECK_VERSION "01.06.04.09"
+#define SMALL_VERSION "1.6.4.23"
+#define CHECK_VERSION "01.06.04.23"
#ifdef HAVE_CONFIG_H
#include "../config.h"