summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--README.cmake2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
8 files changed, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6487c8e8e..1686ec949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-30 New release 1.2.9.30
+fix: minimap size with long map name.
+fix: possible crash.
+fix: empty space between screen buttons.
+add: improved speed.
+add: extend theming.
+add: double click in npc dialog.
+add: monsters offset sort parameters.
+
2012-09-16 New release 1.2.9.16
fix: non cycle player select.
fix: color in equipment window.
diff --git a/README b/README
index 29993ef75..93ade2d02 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.9.16 Date: 2012-09-16
+ Version: 1.2.9.30 Date: 2012-09-30
Development team:
- See AUTHORS file for a list
diff --git a/README.cmake b/README.cmake
index 8471473f8..b116780fb 100644
--- a/README.cmake
+++ b/README.cmake
@@ -1,3 +1,5 @@
+Warning cmake is unsupported build type.
+
0. Contents
------------
1. Basic syntax
diff --git a/README.txt b/README.txt
index c9192d809..1bda6a3f9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.9.16 Date: 2012-09-16
+ Version: 1.2.9.30 Date: 2012-09-30
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 97e647dbb..24ea41d96 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.9.16" \
+ -DPRODUCT_VERSION="1.2.9.30" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index a30b64e14..80f1a6c86 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.9.16" \
+ -DPRODUCT_VERSION="1.2.9.30" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 3dd53dc25..c58b81e1f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.9.16], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.9.30], [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 74295aad0..51fb397d7 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.9.16"
-#define CHECK_VERSION "01.02.09.16"
+#define SMALL_VERSION "1.2.9.30"
+#define CHECK_VERSION "01.02.09.30"
#ifdef HAVE_CONFIG_H
#include "../config.h"