diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-03 14:09:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-03 14:09:25 +0300 |
commit | 1c61dcbb8584d80543dc71f0a9c42a138ba43827 (patch) | |
tree | 83d5085371567be92b7ab576befd3e6bb012b5d8 | |
parent | 419be331e50622c4f2a2249680c0220638581d2f (diff) | |
download | plus-1c61dcbb8584d80543dc71f0a9c42a138ba43827.tar.gz plus-1c61dcbb8584d80543dc71f0a9c42a138ba43827.tar.bz2 plus-1c61dcbb8584d80543dc71f0a9c42a138ba43827.tar.xz plus-1c61dcbb8584d80543dc71f0a9c42a138ba43827.zip |
Change version to 1.3.8.4.v1.3.8.4
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
8 files changed, 16 insertions, 8 deletions
@@ -1,3 +1,11 @@ +2013-08-04 New release 1.3.8.4 +fix: allow buy protected items. +add: option for hp bar offset. +add: sprite actions depen on tile type (evol only). +add: chat emotes. +for open use f1 inside chat. +add: improve a bit memory usage. + 2013-07-21 New release 1.3.7.21 fix: background gradients in default theme. add: stats display from items.xml for non number values. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.7.21 Date: 2013-07-21 + Version: 1.3.8.4 Date: 2013-08-04 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index add12c1cb..a88b64893 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.7.21 Date: 2013-07-21
+ Version: 1.3.8.4 Date: 2013-08-04
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index df44f39b3..ecb00bbdd 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.3.7.21" \ + -DPRODUCT_VERSION="1.3.8.4" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 08848bc2f..65d52f365 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.3.7.21" \ + -DPRODUCT_VERSION="1.3.8.4" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index f58fcc496..cb7cee516 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.3.7.21" \ + -DPRODUCT_VERSION="1.3.8.4" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 00bfde199..b7bec1eb5 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.7.21], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.8.4], [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 c1a029eee..027d3a2c4 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.3.7.21" -#define CHECK_VERSION "01.03.07.21" +#define SMALL_VERSION "1.3.8.4" +#define CHECK_VERSION "01.03.08.04" #ifdef HAVE_CONFIG_H #include "../config.h" |