diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-15 17:40:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-15 17:40:33 +0300 |
commit | f5447bdae88228d58dc7e75f542c56dff079e504 (patch) | |
tree | 0bde7be166fe4bcd96a1c7269346183a3dcd39eb | |
parent | cc72d8a1c027ad2f3416f37f09586b1dbed840c6 (diff) | |
download | mv-f5447bdae88228d58dc7e75f542c56dff079e504.tar.gz mv-f5447bdae88228d58dc7e75f542c56dff079e504.tar.bz2 mv-f5447bdae88228d58dc7e75f542c56dff079e504.tar.xz mv-f5447bdae88228d58dc7e75f542c56dff079e504.zip |
Change version to 1.1.10.16.
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 20 insertions, 6 deletions
@@ -1,3 +1,17 @@ +2011-10-16 New release 1.1.10.16 +ManaPlus: +fix: particle effects Y position. +fix: resize in some dialogs. +fix: codeblocks project file. +fix: global messages sound highlight. +fix: last character selection with space in login dialog. +fix: fps if network error. +add: move to target mode for archers/mages. +add: blacklist relation. +add: reading real monsters attack range (in evol only). +add: option to show hide MVP messages. +add: update mplus fonts. + 2011-10-02 New release 1.1.10.2 ManaPlus: fix: inactive state. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.10.2 Date: 2011-10-02 + Version: 1.1.10.16 Date: 2011-10-16 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 758408520..268a7b0c7 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.10.2 Date: 2011-10-02
+ Version: 1.1.10.16 Date: 2011-10-16
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin index cef5d27fa..81920b9fa 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.10.2" \ + -DPRODUCT_VERSION="1.1.10.16" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index c234fcbe5..3c4b8d011 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.10.2], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.10.16], [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 06b99d2e9..548c3283f 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.1.10.2" -#define CHECK_VERSION "01.01.10.02" +#define SMALL_VERSION "1.1.10.16" +#define CHECK_VERSION "01.01.10.16" #ifdef HAVE_CONFIG_H #include "../config.h" |