summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-26 16:54:17 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-26 16:54:17 +0300
commit797a97ed626d7625994d5248fb4f2d887a1a1e55 (patch)
tree79a4830cfd1e1ca65225d74c8570e77ecbaa4813
parente4d57867a0f14c9b3b931f7e620e6d271450977a (diff)
downloadplus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.gz
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.bz2
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.tar.xz
plus-797a97ed626d7625994d5248fb4f2d887a1a1e55.zip
Change version to 1.2.5.27
-rw-r--r--ChangeLog11
-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, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ec92f8336..4ae35e323 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-05-27 New release 1.2.5.27
+fix: tips translations.
+fix: joystick repeat key presses.
+fix: minimap show/hide on windows.
+fix: dehardcode some old paths.
+add: button detect best video mode (windows only).
+add: autodetect best video mode at first start.
+add: disable by default autofix position.
+add: prevent from healing enemies.
+add: option to hide nick for erased players.
+
2012-05-12 New release 1.2.5.12
fix: keys for Next chat line/previous chat line.
fix: autologin from command line.
diff --git a/README b/README
index 230ba0760..e436a1a5c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.5.12 Date: 2012-05-12
+ Version: 1.2.5.27 Date: 2012-05-27
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 20e0f19f4..302834f35 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.5.12 Date: 2012-05-12
+ Version: 1.2.5.27 Date: 2012-05-27
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index fdabe053f..598f272e6 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.2.5.12" \
+ -DPRODUCT_VERSION="1.2.5.27" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 1142ac684..98be9bddf 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.2.5.12" \
+ -DPRODUCT_VERSION="1.2.5.27" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index da9e33b89..f92819b6e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.5.12], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.5.27], [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 c09f48ef6..6cdfd88c8 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.5.12"
-#define CHECK_VERSION "01.02.05.12"
+#define SMALL_VERSION "1.2.5.27"
+#define CHECK_VERSION "01.02.05.27"
#ifdef HAVE_CONFIG_H
#include "../config.h"