summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-06 13:44:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-06 13:49:00 +0300
commit5549e878f95953f86e0952251be80bb7ccc68219 (patch)
tree12785bc6ecbb0da8e2ac3b142feb952e50aaed01
parente29afc7fe8fac96a34905b7ce59526c552e60ee1 (diff)
downloadplus-1.5.6.6.tar.gz
plus-1.5.6.6.tar.bz2
plus-1.5.6.6.tar.xz
plus-1.5.6.6.zip
Change version to 1.5.6.6.v1.5.6.6
-rw-r--r--ChangeLog8
-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, 17 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e840c710..59d8e11f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-06-06 New release 1.5.6.6
+fix: buy/sell from personal shops if stand close to npc.
+fix: possible crash if disconnect from server.
+fix: always emulate glTextureSubImage2D function for fix NVidia issue.
+add: improve draw performance.
+add: improve a bit memory usage.
+add: unit tests into make file.
+
2015-05-23 New release 1.5.5.23
fix: possible crash in sell dialog.
fix: possible issue in texture atlases.
diff --git a/README b/README
index ef68b8093..09ea6f373 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.5.23 Date: 2015-05-23
+ Version: 1.5.6.6 Date: 2015-06-06
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 37d2c48a7..b7354b08b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.5.23 Date: 2015-05-23
+Version: 1.5.6.6 Date: 2015-06-06
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 5004f4239..1952ceefb 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.5.23 Date: 2015-05-23
+ Version: 1.5.6.6 Date: 2015-06-06
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 67982d2ef..c5c6cc9d9 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.5.23" \
+ -DPRODUCT_VERSION="1.5.6.6" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 292f1ce56..4ccbf6197 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.5.23" \
+ -DPRODUCT_VERSION="1.5.6.6" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 61a22dcf6..dc3394252 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.5.23" \
+ -DPRODUCT_VERSION="1.5.6.6" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 2d2a246fc..fda56bbce 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.5.23], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.6.6], [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 2c397923d..0eb0fa581 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.5.23"
-#define CHECK_VERSION "01.05.05.23"
+#define SMALL_VERSION "1.5.6.6"
+#define CHECK_VERSION "01.05.06.06"
#ifdef HAVE_CONFIG_H
#include "../config.h"