From 965a6f15cb19e74ff8a9c242a2539fc6f56b227a Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sat, 11 Oct 2014 11:59:24 +0300
Subject: Change version to 1.4.10.11

---
 ChangeLog      | 23 +++++++++++++++++++++++
 README         |  2 +-
 README.txt     |  2 +-
 build/packevol |  2 +-
 build/packtmw  |  2 +-
 build/packwin  |  2 +-
 configure.ac   |  2 +-
 src/main.h     |  4 ++--
 8 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 713f64d73..c6f017617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2014-10-11 New release 1.4.10.11
+fix: portals color on minimap.
+fix: portal names (hercules).
+fix: press on selected button in buttons group.
+fix: add missing disconnect errors.
+fix: creation party name size in social window.
+fix: duplicate numbers in sell dialog.
+fix: input fields detection for action keys rules.
+fix: updates downloading if server not give update server.
+fix: some guild packets (hercules).
+remove: auction bot support.
+add: pets, mercenary, homunculus minimap color.
+add: pages in equipment window.
+add: extend equipment window theming.
+add: player attributes karma, manner.
+add: some missing packets (hercules).
+add: missing attack packets.
+add: missing buy fail reasons.
+add; missing equip, trade error messages.
+add: rename characters if admins allow this (hercules).
+add: missing leave party statuses.
+add: by default disable lazy scrolling.
+
 2014-09-27 New release 1.4.9.27
 fix: chat creation on hercules.
 fix: away mode if was disconnect from server.
diff --git a/README b/README
index a491a8833..a9904f3cc 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 THE MANA PLUS CLIENT
 ===============
 
- Version: 1.4.9.27        Date: 2014-09-27
+ Version: 1.4.10.11        Date: 2014-10-11
 
  Development team:
   - See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index ee9c86687..ceced5766 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
 THE MANA PLUS CLIENT
 ===============
 
- Version: 1.4.9.27        Date: 2014-09-27
+ Version: 1.4.10.11        Date: 2014-10-11
 
  Development team:
   - See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 854c357e1..a0b706662 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.4.9.27" \
+    -DPRODUCT_VERSION="1.4.10.11" \
     -DEXESUFFIX=/src \
     -DUPX=true \
     evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 11497e410..6bba77dbc 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
 cd packaging/windows
 ./make-translations.sh
 makensis -DDLLDIR=$dir/../libs/dll/ \
-    -DPRODUCT_VERSION="1.4.9.27" \
+    -DPRODUCT_VERSION="1.4.10.11" \
     -DEXESUFFIX=/src \
     -DUPX=true \
     tmw.nsi
diff --git a/build/packwin b/build/packwin
index 6fb8e2ec0..4de39d58a 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.4.9.27" \
+    -DPRODUCT_VERSION="1.4.10.11" \
     -DEXESUFFIX=/src \
     -DUPX=true \
     setup.nsi
diff --git a/configure.ac b/configure.ac
index d3bef00ef..bdb4fb667 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.4.9.27], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.4.10.11], [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 9e989e5be..fbb0d807c 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.4.9.27"
-#define CHECK_VERSION "01.04.09.27"
+#define SMALL_VERSION "1.4.10.11"
+#define CHECK_VERSION "01.04.10.11"
 
 #ifdef HAVE_CONFIG_H
 #include "../config.h"
-- 
cgit v1.2.3-70-g09d2