diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-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, 21 insertions, 8 deletions
@@ -1,3 +1,16 @@ +2015-01-03 New release 1.5.1.3 +fix: chat commands /store, /retreive +fix: chat commands /buy, /sell +fix: show long key names in browserbox macroses. +fix; translation for default equip/unequip/use actions. +fix: crash with completly broken themes. +add: another tab in shortcuts window. +add: pets moving and direction actions and commands. +add: some new commands to commands help. +add: per char gender (hercules) +add: market support (hercules) +add: cach shop support (hercules) + 2014-12-20 New release 1.4.12.20 fix: inventory related packets (hercules). fix: background paralax. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.4.12.20 Date: 2014-12-20 + Version: 1.5.1.3 Date: 2015-01-03 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index f784610e3..4162cd363 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.4.12.20 Date: 2014-12-20
+ Version: 1.5.1.3 Date: 2015-01-03
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 4e3883916..c06568140 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.4.12.20" \ + -DPRODUCT_VERSION="1.5.1.3" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index ddb1f0b46..5feeba9c8 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.4.12.20" \ + -DPRODUCT_VERSION="1.5.1.3" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 4c9caef9e..21c9ef310 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.4.12.20" \ + -DPRODUCT_VERSION="1.5.1.3" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 76e7758fa..5a0854a37 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.4.12.20], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.5.1.3], [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 77779411f..c4141f532 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.4.12.20" -#define CHECK_VERSION "01.04.12.20" +#define SMALL_VERSION "1.5.1.3" +#define CHECK_VERSION "01.05.01.03" #ifdef HAVE_CONFIG_H #include "../config.h" |