summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-15 17:40:33 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-15 17:40:33 +0300
commitf5447bdae88228d58dc7e75f542c56dff079e504 (patch)
tree0bde7be166fe4bcd96a1c7269346183a3dcd39eb
parentcc72d8a1c027ad2f3416f37f09586b1dbed840c6 (diff)
downloadplus-f5447bdae88228d58dc7e75f542c56dff079e504.tar.gz
plus-f5447bdae88228d58dc7e75f542c56dff079e504.tar.bz2
plus-f5447bdae88228d58dc7e75f542c56dff079e504.tar.xz
plus-f5447bdae88228d58dc7e75f542c56dff079e504.zip
Change version to 1.1.10.16.
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
6 files changed, 20 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6a84ead..463e48933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 6956d4ef0..ad106569c 100644
--- a/README
+++ b/README
@@ -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"