summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-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, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 07de2be2e..1f740ac62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-02 New release 1.6.1.2
+fix: sprites animation for just loaded sprites.
+fix: default beings walk mask.
+add: refactor some code.
+
2015-12-19 New release 1.5.12.19
fix: custom cursor in nacl.
fix: render fallback.
diff --git a/README b/README
index cebf4569e..cbc54e18b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.12.19 Date: 2015-12-19
+ Version: 1.6.1.2 Date: 2016-01-02
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index d4c7c2af9..e294e2790 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.12.19 Date: 2015-12-19
+Version: 1.6.1.2 Date: 2016-01-02
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 4e62f3ffe..9112bfb4e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.12.19 Date: 2015-12-19
+ Version: 1.6.1.2 Date: 2016-01-02
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index bf6e6ddfc..a6198b4b5 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.19" \
+ -DPRODUCT_VERSION="1.6.1.2" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 6efd39c8d..3a1b5055e 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.19" \
+ -DPRODUCT_VERSION="1.6.1.2" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 1b81cd00b..10f693238 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.19" \
+ -DPRODUCT_VERSION="1.6.1.2" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 32bc84a95..51cd24a54 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.12.19], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.1.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 abd831e84..64d9b3c12 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.19"
-#define CHECK_VERSION "01.05.12.19"
+#define SMALL_VERSION "1.6.1.2"
+#define CHECK_VERSION "01.06.01.02"
#ifdef HAVE_CONFIG_H
#include "../config.h"