summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-04 15:36:40 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-04 15:36:40 +0300
commit2101e73b794dfdcf9c2e2f4d70386e0835bf07fa (patch)
tree73637d7e866a88ce9f46ee343f1913a128fa876a
parent6ae88a8640726110fb03f19e96a302d8126ce94f (diff)
downloadManaVerse-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.gz
ManaVerse-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.bz2
ManaVerse-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.tar.xz
ManaVerse-2101e73b794dfdcf9c2e2f4d70386e0835bf07fa.zip
Change version to 1.2.8.5.
-rw-r--r--ChangeLog18
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 25 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f67df3f0d..95f3ef084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-08-05 New release 1.2.8.5
+fix: colors in speech buuble.
+fix: emote shortcuts default size.
+fix: radio button images in wood theme.
+fix: guild bot message delay.
+fix: unassign key action.
+add: open urls in browser.
+add: chat command /url LINK
+put url link in chat.
+add: chat command /openurl LINK
+open url in browser.
+add: equipment button in inventory.
+add: key for disable full screen mode.
+add: support for images in npc menu.
+add: new font dejavu serif condensed.
+add: extend background theming.
+add: quests window (evol only).
+
2012-07-22 New release 1.2.7.22
fix: allow moving with opened buy/sell dialogs by mouse.
fix: not allow moving with opened storage window.
diff --git a/README b/README
index 26a766b20..004e00368 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.7.22 Date: 2012-07-22
+ Version: 1.2.8.5 Date: 2012-08-05
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 4a49e7f92..24bfef3ec 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.7.22 Date: 2012-07-22
+ Version: 1.2.8.5 Date: 2012-08-05
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 38190cc5c..acb58ea4c 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.2.7.22" \
+ -DPRODUCT_VERSION="1.2.8.5" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index adecc8a6c..7bea9872b 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.2.7.22" \
+ -DPRODUCT_VERSION="1.2.8.5" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 5558d2f6f..c2eee342a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.7.22], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.8.5], [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 535b00d32..7a4f7fd13 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.2.7.22"
-#define CHECK_VERSION "01.02.07.22"
+#define SMALL_VERSION "1.2.8.5"
+#define CHECK_VERSION "01.02.08.05"
#ifdef HAVE_CONFIG_H
#include "../config.h"