diff --git a/README.md b/README.md index 1f6602e55..4def6168e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TES3MP TES3MP is a project aiming to add multiplayer functionality to [OpenMW](https://github.com/OpenMW/openmw), a free and open source recreation of the popular Bethesda Softworks game "The Elder Scrolls III: Morrowind". -* Version: 0.5.0 +* Version: 0.5.1 * License: GPLv3 (see docs/license/GPL3.txt for more information) * Website: https://steamcommunity.com/groups/mwmulti diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index 587b86056..e87958f65 100644 --- a/components/openmw-mp/Version.hpp +++ b/components/openmw-mp/Version.hpp @@ -5,7 +5,7 @@ #ifndef OPENMW_VERSION_HPP #define OPENMW_VERSION_HPP -#define TES3MP_VERSION "0.5.0" +#define TES3MP_VERSION "0.5.1" #define TES3MP_PROTO_VERSION 6 #define TES3MP_DEFAULT_PASSW "SuperPassword" diff --git a/tes3mp-changelog.md b/tes3mp-changelog.md index bc9148901..782188fe7 100644 --- a/tes3mp-changelog.md +++ b/tes3mp-changelog.md @@ -1,3 +1,9 @@ +0.5.1 +----- + +* Fixes to server crashes caused by incorrect cell comparison added by bandwidth optimization changes +* Fixes to server browser freezes caused by incomplete data received from master server + 0.5.0 ----- diff --git a/tes3mp-credits.md b/tes3mp-credits.md index 681fff080..a64de238a 100644 --- a/tes3mp-credits.md +++ b/tes3mp-credits.md @@ -6,7 +6,7 @@ Programmers Stanislav Zhukov (Koncord) - Overall architecture, networking & scripting systems, player sync, server browser David Cernat - World sync & state saving/loading, player state saving/loading, general bug fixes - Battlerax + Battlerax - Various fixes Script developers