summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-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, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 403a1224a..c2cabcad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-23 New release 1.3.6.23
+fix: S and A dye channels order.
+fix: padding in listbox.
+add: support for player look (evol only).
+add: support for monster look (evol only).
+add: copy to clipboard in npc dialog.
+add: level attribute in items.xml.
+add: update mplus fonts.
+
2013-06-09 New release 1.3.6.9
fix: colors in jewelry theme.
fix: player sprite in disguise mode.
diff --git a/README b/README
index 07ad47c6c..4be9af2f6 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.6.9 Date: 2013-06-09
+ Version: 1.3.6.23 Date: 2013-06-23
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index f90353a8c..4e0fa49d8 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.6.9 Date: 2013-06-9
+ Version: 1.3.6.23 Date: 2013-06-23
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 40a04f701..a64ae3b0f 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.9" \
+ -DPRODUCT_VERSION="1.3.6.23" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 4652f119b..c60bbd9f6 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.9" \
+ -DPRODUCT_VERSION="1.3.6.23" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 28fddd5ef..d8cf0a375 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.9" \
+ -DPRODUCT_VERSION="1.3.6.23" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 6285f9014..ecab0acd1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.6.9], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.6.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 470c6969c..6dfe8334e 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.9"
-#define CHECK_VERSION "01.03.06.09"
+#define SMALL_VERSION "1.3.6.23"
+#define CHECK_VERSION "01.03.06.23"
#ifdef HAVE_CONFIG_H
#include "../config.h"