summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-19 14:28:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-19 14:28:57 +0300
commit55abd8d24149ddb41b12589422ce3f1b8043756e (patch)
tree0c8bf16339b49f840fcc6ab2a508bdf3af42eb88
parent72638edd74cf2616e49600b315e12a4e0431527b (diff)
downloadplus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.gz
plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.bz2
plus-55abd8d24149ddb41b12589422ce3f1b8043756e.tar.xz
plus-55abd8d24149ddb41b12589422ce3f1b8043756e.zip
Change version to 1.5.12.19.
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
9 files changed, 18 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e7c3bcb3..07de2be2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-12-19 New release 1.5.12.19
+fix: custom cursor in nacl.
+fix: render fallback.
+add: per char gender (tmwa)
+add: OpenGL ES 2 renderer.
+add: nacl OpenGL support.
+add: screenshots support (nacl).
+add: full screen support (nacl).
+
2015-12-05 New release 1.5.12.5
fix: allow kill infinite life particles if parent was killed.
fix: missing selection images in mana theme in windows.
diff --git a/README b/README
index 15ef6a5ae..cebf4569e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.12.5 Date: 2015-12-05
+ Version: 1.5.12.19 Date: 2015-12-19
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 72a74f0e8..d4c7c2af9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.12.5 Date: 2015-12-05
+Version: 1.5.12.19 Date: 2015-12-19
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 22f663247..4e62f3ffe 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.12.5 Date: 2015-12-05
+ Version: 1.5.12.19 Date: 2015-12-19
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 41a61a818..bf6e6ddfc 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.5.12.5" \
+ -DPRODUCT_VERSION="1.5.12.19" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 60a9206fa..6efd39c8d 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.5.12.5" \
+ -DPRODUCT_VERSION="1.5.12.19" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index a2e0b5dd2..1b81cd00b 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.5.12.5" \
+ -DPRODUCT_VERSION="1.5.12.19" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 115421877..32bc84a95 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.12.5], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.12.19], [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 6f71bcd84..abd831e84 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.5.12.5"
-#define CHECK_VERSION "01.05.12.05"
+#define SMALL_VERSION "1.5.12.19"
+#define CHECK_VERSION "01.05.12.19"
#ifdef HAVE_CONFIG_H
#include "../config.h"