diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-21 14:45:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-21 14:45:35 +0300 |
commit | 676e44c2137e5b3405425a758c1ef00ad23adcb3 (patch) | |
tree | c581b68ee2a7a03fcc6b0962b697e48c79d56cd6 | |
parent | dc48ddeb149ae1a591fb179e99a4939dbe3e8f7a (diff) | |
download | plus-676e44c2137e5b3405425a758c1ef00ad23adcb3.tar.gz plus-676e44c2137e5b3405425a758c1ef00ad23adcb3.tar.bz2 plus-676e44c2137e5b3405425a758c1ef00ad23adcb3.tar.xz plus-676e44c2137e5b3405425a758c1ef00ad23adcb3.zip |
Change version to 1.2.7.22.v1.2.7.22
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 20 insertions, 7 deletions
@@ -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. @@ -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" |