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

Change version to 1.5.6.20.

parent 7a9dae6b
No related branches found
Tags v1.5.6.20
No related merge requests found
2015-06-20 New release 1.5.6.20
fix: tab colors update.
fix: bars context menu.
add: use persistent ip option if switch map servers.
add: new configurable colors: enemy, team1, team2, team3.
add: split configurable colors to groups.
add: use nick colors depend on team (pvp for tmwa)
add: option minimal gm level for show gm chat tab.
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.
......
THE MANA PLUS CLIENT
===============
Version: 1.5.6.6 Date: 2015-06-06
Version: 1.5.6.29 Date: 2015-06-20
Development team:
- See AUTHORS file for a list
......
......@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
Version: 1.5.6.6 Date: 2015-06-06
Version: 1.5.6.20 Date: 2015-06-20
### Development team:
- See [AUTHORS](AUTHORS) file for a list
......
THE MANA PLUS CLIENT
===============
Version: 1.5.6.6 Date: 2015-06-06
Version: 1.5.6.20 Date: 2015-06-20
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.6.6" \
-DPRODUCT_VERSION="1.5.6.20" \
-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.6.6" \
-DPRODUCT_VERSION="1.5.6.20" \
-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.6.6" \
-DPRODUCT_VERSION="1.5.6.20" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
......
AC_PREREQ(2.60)
AC_INIT([ManaPlus], [1.5.6.6], [akaras@inbox.ru], [manaplus])
AC_INIT([ManaPlus], [1.5.6.20], [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.6.6"
#define CHECK_VERSION "01.05.06.06"
#define SMALL_VERSION "1.5.6.20"
#define CHECK_VERSION "01.05.06.20"
#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