summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-06 13:29:12 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-06 13:29:12 +0300
commit6d32eb1546f45e319454aada806543a20194b894 (patch)
treeaf17e69109d138e7dde0845837f31feeea35ff8a
parentaf4f8302e4f7ccb3f92b2c0fabce6ea7daf450f9 (diff)
downloadplus-6d32eb1546f45e319454aada806543a20194b894.tar.gz
plus-6d32eb1546f45e319454aada806543a20194b894.tar.bz2
plus-6d32eb1546f45e319454aada806543a20194b894.tar.xz
plus-6d32eb1546f45e319454aada806543a20194b894.zip
Change version to 1.3.7.7.v1.3.7.7
-rw-r--r--ChangeLog14
-rw-r--r--README2
-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
8 files changed, 22 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index c2cabcad9..e21da2413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-07-07 New release 1.3.7.7
+fix: buttons in character selection dialog.
+fix: switch login button.
+fix: some checkboxes visualisation in video setting tab.
+fix: drawbefore/drawafter options in items.xml for non evol servers.
+fix: crash in close with opened storage window.
+fix: crash with broken default files and client data.
+fix: resize issue in chat tabs.
+add: protected items.
+add: multi lines in menu in npc dialog.
+add: logging debug chat tab (disabled).
+add: support page link if server error happend.
+add: drag and drop in almost all existing windows.
+
2013-06-23 New release 1.3.6.23
fix: S and A dye channels order.
fix: padding in listbox.
diff --git a/README b/README
index 4be9af2f6..23e739455 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.6.23 Date: 2013-06-23
+ Version: 1.3.7.7 Date: 2013-07-07
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 4e0fa49d8..1d90a4d21 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.6.23 Date: 2013-06-23
+ Version: 1.3.7.7 Date: 2013-07-07
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index a64ae3b0f..ceb1aacb1 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.3.6.23" \
+ -DPRODUCT_VERSION="1.3.7.7" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index c60bbd9f6..30d0b575c 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.3.6.23" \
+ -DPRODUCT_VERSION="1.3.7.7" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index d8cf0a375..02539163c 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.3.6.23" \
+ -DPRODUCT_VERSION="1.3.7.7" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index ecab0acd1..c7b7d0f1c 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.6.23], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.7.7], [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 6dfe8334e..353c58727 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.3.6.23"
-#define CHECK_VERSION "01.03.06.23"
+#define SMALL_VERSION "1.3.7.7"
+#define CHECK_VERSION "01.03.07.07"
#ifdef HAVE_CONFIG_H
#include "../config.h"