summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-01 15:43:06 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-01 15:43:06 +0300
commit2fa5068aa503ecf62bfa026334d5aa765acee915 (patch)
tree422f159520ad9abf5406db08f6c02c8add1c6dd2
parent43ce00295cf2ca12ed819b6caab53fd8f0aaeb82 (diff)
downloadplus-2fa5068aa503ecf62bfa026334d5aa765acee915.tar.gz
plus-2fa5068aa503ecf62bfa026334d5aa765acee915.tar.bz2
plus-2fa5068aa503ecf62bfa026334d5aa765acee915.tar.xz
plus-2fa5068aa503ecf62bfa026334d5aa765acee915.zip
Change version to 1.2.9.2.
-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 0bf63de90..43374d4b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-09-02 New release 1.2.9.2
+fix: show special message in window header while doing video test.
+fix: possible fix non standart update ports on windows.
+add: show clickable update links in news window.
+add: reenable add special chars in chat by char codes.
+Example: test&33;
+add: extend replace/reorder sprites.
+add: extend theme colors.
+add: improve OpenGL draw speed.
+add: improve perfomance.
+
2012-08-19 New release 1.2.8.19
fix: enable italian translation.
fix: remember checkbox in login dialog.
diff --git a/README b/README
index 814c42f86..165774660 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.8.19 Date: 2012-08-19
+ Version: 1.2.9.2 Date: 2012-09-02
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 3a8a373bd..3d6ee945a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.8.19 Date: 2012-08-19
+ Version: 1.2.9.2 Date: 2012-09-02
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 15a40f986..71f2c0ff8 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.8.19" \
+ -DPRODUCT_VERSION="1.2.9.2" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 115d011ef..560a3c613 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.8.19" \
+ -DPRODUCT_VERSION="1.2.9.2" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 7268ee1e8..001bf85f3 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.8.19], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.9.2], [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 ee52da018..3ecfef96d 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.8.19"
-#define CHECK_VERSION "01.02.08.19"
+#define SMALL_VERSION "1.2.9.2"
+#define CHECK_VERSION "01.02.09.02"
#ifdef HAVE_CONFIG_H
#include "../config.h"