summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-21 14:45:35 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-21 14:45:35 +0300
commit676e44c2137e5b3405425a758c1ef00ad23adcb3 (patch)
treec581b68ee2a7a03fcc6b0962b697e48c79d56cd6
parentdc48ddeb149ae1a591fb179e99a4939dbe3e8f7a (diff)
downloadplus-1.2.7.22.tar.gz
plus-1.2.7.22.tar.bz2
plus-1.2.7.22.tar.xz
plus-1.2.7.22.zip
Change version to 1.2.7.22.v1.2.7.22
-rw-r--r--ChangeLog13
-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, 20 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d7ebaf6aa..f67df3f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-07-22 New release 1.2.7.22
+fix: allow moving with opened buy/sell dialogs by mouse.
+fix: not allow moving with opened storage window.
+add: changed themes storing.
+add: enable by default pickup particle messages.
+add: removed emote popup window.
+add: audio fallback from unsupported modes.
+add: dye type A. Same with S but also using alpha channel.
+add: close button for npc dialog while it show menu.
+add: some new swords to auto equip list.
+add: mode "(B) attack range - 1".
+add: show level in experience bar popup.
+
2012-07-08 New release 1.2.7.8
fix: allow enter in qestion mark.
fix: crashes with corrupted data.
diff --git a/README b/README
index e608e1a81..26a766b20 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.7.8 Date: 2012-07-08
+ Version: 1.2.7.22 Date: 2012-07-22
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index fbc9df068..4a49e7f92 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.7.8 Date: 2012-07-08
+ Version: 1.2.7.22 Date: 2012-07-22
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index d9ca741f0..38190cc5c 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.2.7.8" \
+ -DPRODUCT_VERSION="1.2.7.22" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 884d1e0b4..adecc8a6c 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.2.7.8" \
+ -DPRODUCT_VERSION="1.2.7.22" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index b7acc54ce..5558d2f6f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.7.8], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.7.22], [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 933b0197c..535b00d32 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.2.7.8"
-#define CHECK_VERSION "01.02.07.08"
+#define SMALL_VERSION "1.2.7.22"
+#define CHECK_VERSION "01.02.07.22"
#ifdef HAVE_CONFIG_H
#include "../config.h"