diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-28 17:15:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-28 17:15:14 +0300 |
commit | db8ea3b0d253d15d296e27c7e4926fd2852bd96a (patch) | |
tree | c8684a71a6793681e91083935fa600dc680a7250 | |
parent | 792c41011b27870504fcc1f9f4f1384918e0b608 (diff) | |
download | plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.gz plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.bz2 plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.xz plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.zip |
Change version to 1.1.5.29
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 22 insertions, 6 deletions
@@ -1,3 +1,19 @@ +2011-05-29 New release 1.1.5.29 +ManaPlus: +fix: infinite paste. +fix: remove home location by mouse. +fix: walk path in special collision. +fix: restore color hightlight smaller money in trade window. +add: moved classic theme to default. Default theme renamed to Mana. +add: support for images in help window. +add: evol server type (now it works same as tmw) +add: show other players equipment by context menu item "show items". +add: updated translations. +add: complete Finnish translation (Byakushin). +add: secure trades option to protect trade from some kind of cheats. +add: show speach popup variable. time depend on message size. + + 2011-05-15 New release 1.1.5.15 ManaPlus: fix: targeting monster if monster added to priority attack list and "cycle mobs select" disabled. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.5.15 Date: 2011-05-15 + Version: 1.1.5.29 Date: 2011-05-29 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 07c7bf7b7..153c3cddf 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.5.15 Date: 2011-05-15
+ Version: 1.1.5.29 Date: 2011-05-29
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index e21df8e57..c3706f474 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.5.15], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.5.29], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.5.15" \ + -DPRODUCT_VERSION="1.1.5.29" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 0478e4513..b93d363d4 100644 --- a/src/main.h +++ b/src/main.h @@ -91,8 +91,8 @@ //define DEBUG_ALPHA_CACHE 1 //define DEBUG_OPENGL_LEAKS 1 -#define SMALL_VERSION "1.1.5.15" -#define CHECK_VERSION "01.01.05.15" +#define SMALL_VERSION "1.1.5.29" +#define CHECK_VERSION "01.01.05.29" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |