summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-02 17:51:40 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-02 17:51:40 +0300
commit67ab809edd61bbcf7f22b79c0fa212cfe2625efb (patch)
tree92892711417919f2886752a7c3a3585b9700349c
parent6dcaff24dd1f7d6b08f84ec28ff0caf7b6248dac (diff)
downloadplus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.gz
plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.bz2
plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.tar.xz
plus-67ab809edd61bbcf7f22b79c0fa212cfe2625efb.zip
Change version to 1.2.3.2
-rw-r--r--ChangeLog23
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 30 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 90f2c3998..d7cc5f870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2013-02-03 New release 1.3.2.3
+fix: crash on closing before entering into game.
+fix: sounds in broken quests (evol only)
+fix: context menu in chat window.
+fix: erase action for guild members.
+fix: draw most left tiles in visible map.
+fix: empty lines support in news.
+fix: possible crash in skills dialog.
+fix: first time map loading after registration.
+fix: minimal windows size for very small resolutions.
+fix: setup window resize.
+add: show better ping if response slow.
+add: show colored party and guild members in online list.
+add: extend listbox theming.
+add: increase default soft fps limit for Android to 100.
+add: texture compression format selection.
+add: option for autoresize minimaps.
+add: loading default music files for each maps.
+add: support for selecting char by click in chars selection dialog.
+add: new tips.
+add: sort option to buy dialog from players.
+add: default avatars support for npcs.
+
2013-01-20 New release 1.3.1.20
fix: macosx fixes.
fix: collision masks.
diff --git a/README b/README
index 4efc479b2..e495b49ef 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.1.20 Date: 2013-01-20
+ Version: 1.3.2.3 Date: 2013-02-03
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 9a3c93f5c..8f19a323a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.1.20 Date: 2013-01-20
+ Version: 1.3.2.3 Date: 2013-02-03
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index ef6a86057..c04f44c4a 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.1.20" \
+ -DPRODUCT_VERSION="1.3.2.3" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index f1f510ce1..60f559e66 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.1.20" \
+ -DPRODUCT_VERSION="1.3.2.3" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index b6b5cbc09..68358e69a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.1.20], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.2.3], [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 021090d3c..5560e729a 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.1.20"
-#define CHECK_VERSION "01.03.01.20"
+#define SMALL_VERSION "1.3.2.3"
+#define CHECK_VERSION "01.03.02.03"
#ifdef HAVE_CONFIG_H
#include "../config.h"