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

Change version to 1.6.6.4

parent 624a140d
No related branches found
Tags v1.6.6.4
No related merge requests found
2016-06-04 New release 1.6.6.4
fix: some false positive asserts.
fix: chat command /msg for channels.
fix: show asserts what happend before chat windows was created.
add: support for all known hercules packet versions from 2010 to 2015.
add: change default max chars in chat messages to 512.
add: restore camera option in minimap menu.
add: configurable in xml item stat fields.
add: status effects name translation.
add: show asserts for most errors in resource dbs.
2016-05-21 New release 1.6.5.21
fix: DSO in Mesa and disable DSO blacklist. Can be issue in NVIDIA.
fix: /hat command output if no hat equipped.
......
THE MANA PLUS CLIENT
===============
Version: 1.6.5.21 Date: 2016-05-21
Version: 1.6.6.4 Date: 2016-06-04
Build status:
https://gitlab.com/manaplus/manaplus/badges/master/build.svg
......
......@@ -2,7 +2,7 @@
![ManaPlus logo](data/icons/manaplus.png)
Version: 1.6.5.21 Date: 2016-05-21
Version: 1.6.6.4 Date: 2016-06-04
### Build status
......
THE MANA PLUS CLIENT
===============
Version: 1.6.5.21 Date: 2016-05-21
Version: 1.6.6.4 Date: 2016-06-04
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.6.5.21" \
-DPRODUCT_VERSION="1.6.6.4" \
-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.6.5.21" \
-DPRODUCT_VERSION="1.6.6.4" \
-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.6.5.21" \
-DPRODUCT_VERSION="1.6.6.4" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
......
AC_PREREQ(2.60)
AC_INIT([ManaPlus], [1.6.5.21], [akaras@inbox.ru], [manaplus])
AC_INIT([ManaPlus], [1.6.6.4], [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.6.5.21"
#define CHECK_VERSION "01.06.05.21"
#define SMALL_VERSION "1.6.6.4"
#define CHECK_VERSION "01.06.06.04"
#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