Skip to content
Snippets Groups Projects
Commit ff93d11f authored by Andrei Karas's avatar Andrei Karas
Browse files

Change version to 1.5.2.14.

parent c14f58f0
No related branches found
Tags v1.5.2.14
No related merge requests found
2015-02-14 New release 1.5.2.14
fix: camera position if npc dialog was closed by server script command closedialog.
fix: make file for android.
fix: storing player relations if switch servers.
fix: storing attack mobs / pickups filter if switch server.
fix: weight bar in inventory and cart window.
add: personal sell shops support (hercules).
add: improve skill error messages.
2015-01-31 New release 1.5.1.31
fix: mixed chat lines with colors and emotes.
fix: follow (hercules)
......
THE MANA PLUS CLIENT
===============
Version: 1.5.1.31 Date: 2015-01-31
Version: 1.5.2.14 Date: 2015-02-14
Development team:
- See AUTHORS file for a list
......
......@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
Version: 1.5.1.31 Date: 2015-01-31
Version: 1.5.2.14 Date: 2015-02-14
###Development team:
- See [AUTHORS](AUTHORS) file for a list
......
THE MANA PLUS CLIENT
===============
Version: 1.5.1.31 Date: 2015-01-31
Version: 1.5.2.14 Date: 2015-02-14
Development team:
- See AUTHORS file for a list
......
......@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
-DPRODUCT_VERSION="1.5.1.31" \
-DPRODUCT_VERSION="1.5.2.14" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
......
......@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
-DPRODUCT_VERSION="1.5.1.31" \
-DPRODUCT_VERSION="1.5.2.14" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
......@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
-DPRODUCT_VERSION="1.5.1.31" \
-DPRODUCT_VERSION="1.5.2.14" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
......
AC_PREREQ(2.60)
AC_INIT([ManaPlus], [1.5.1.31], [akaras@inbox.ru], [manaplus])
AC_INIT([ManaPlus], [1.5.2.14], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
......
......@@ -45,8 +45,8 @@
* different interfaces, which have different implementations for each server.
*/
#define SMALL_VERSION "1.5.1.31"
#define CHECK_VERSION "01.05.01.31"
#define SMALL_VERSION "1.5.2.14"
#define CHECK_VERSION "01.05.02.14"
#ifdef HAVE_CONFIG_H
#include "../config.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment