summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-27 16:18:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-27 16:18:27 +0300
commit698efefcf2e7e51594a2870d98021c2105142708 (patch)
tree464acde654bdb502ceee7f910b92589f2d262f49
parent1dfbf79ab0459b1f0cd3e5f2450596f55e19b2aa (diff)
downloadplus-1.2.10.28.tar.gz
plus-1.2.10.28.tar.bz2
plus-1.2.10.28.tar.xz
plus-1.2.10.28.zip
Change version to 1.2.10.28.v1.2.10.28
-rw-r--r--ChangeLog15
-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, 22 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bcdb1e70..39bee283d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-10-28 New release 1.2.10.28
+fix: some ARM fixes.
+fix: open/close sounds for some windows.
+fix: texture memory usage.
+add: extend theming.
+add: some changes for android support.
+add: mobile OpenGL backend.
+add: jewelry by Hal9000 (incomplete)
+add: info button with information about selected theme.
+add: option to disable/enable screensaver.
+add: OpenGL logging support.
+add: new cursor types.
+add: new cursor images. (by Hal9000)
+add: cursor selection for different items, monsters, npcs.
+
2012-10-14 New release 1.2.10.14
fix: monsters particle effects attacks.
fix: chat window resize cursor.
diff --git a/README b/README
index 68c69908c..b8dbf1dc9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.10.14 Date: 2012-10-14
+ Version: 1.2.10.28 Date: 2012-10-28
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 5e661fd69..4038d9b2d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.10.14 Date: 2012-10-14
+ Version: 1.2.10.28 Date: 2012-10-28
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index a1850379d..6aed6e7fa 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.10.14" \
+ -DPRODUCT_VERSION="1.2.10.28" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index cb5546099..82c702c3d 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.10.14" \
+ -DPRODUCT_VERSION="1.2.10.28" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index c57bf9c42..1e086210b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.10.14], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.10.28], [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 8c29e1097..6626db6d9 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.10.14"
-#define CHECK_VERSION "01.02.10.14"
+#define SMALL_VERSION "1.2.10.28"
+#define CHECK_VERSION "01.02.10.28"
#ifdef HAVE_CONFIG_H
#include "../config.h"