summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-03 03:24:43 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-03 03:24:43 +0300
commit49a0c0300178f8a3283bf304c039c524aad1635d (patch)
treebe7b9c0e2a5bfb1b29a39ea6efc6382aec554a2a
parente05a85ba59589ea321e24ed56036b04bc1a68718 (diff)
downloadplus-49a0c0300178f8a3283bf304c039c524aad1635d.tar.gz
plus-49a0c0300178f8a3283bf304c039c524aad1635d.tar.bz2
plus-49a0c0300178f8a3283bf304c039c524aad1635d.tar.xz
plus-49a0c0300178f8a3283bf304c039c524aad1635d.zip
Change version to 1.1.9.4
-rw-r--r--ChangeLog20
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
6 files changed, 26 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b0ad8f4bb..292dbe556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2011-09-04 New release 1.1.9.4
+ManaPlus:
+fix: compilation with different flags.
+fix: possible fix with incorrect camera position.
+fix: replace sprite issues.
+fix: some crashes.
+add: hightlight words list in chat.
+add: many colors for themes.
+add: alien emote (DerLoisl).
+add: basic auction bot integration.
+add: guild bot integration.
+add: impore guild members list sorting.
+add: auto download content fixes.
+add: show guild members on minimap.
+add: always show party members in minimap if on same map.
+add: lock windows position (at top right window corner).
+add: update mplus fonts.
+add: attribute damage per second.
+add: option to disable self heal with mouse.
+
2011-08-21 New release 1.1.8.21
ManaPlus:
fix: moving near npc.
diff --git a/README b/README
index 3f2cb5244..e02d9f4b4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.8.21 Date: 2011-08-21
+ Version: 1.1.9.4 Date: 2011-09-04
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index b9ad19133..47e9ffa4e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.8.21 Date: 2011-08-21
+ Version: 1.1.9.4 Date: 2011-09-04
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index cd70c8d2d..2df15c464 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.8.21], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.9.4], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/packwin b/packwin
index 7d630dc98..5593a4af6 100755
--- a/packwin
+++ b/packwin
@@ -5,7 +5,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.1.8.21" \
+ -DPRODUCT_VERSION="1.1.9.4" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index 9f8bbc6ac..f8b6d97ba 100644
--- a/src/main.h
+++ b/src/main.h
@@ -85,8 +85,8 @@
//define DEBUG_ALPHA_CACHE 1
//define DEBUG_OPENGL_LEAKS 1
-#define SMALL_VERSION "1.1.8.21"
-#define CHECK_VERSION "01.01.08.21"
+#define SMALL_VERSION "1.1.9.4"
+#define CHECK_VERSION "01.01.09.04"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \