From 6144ca95d82b0459c3e3eaccc613e39ba137ffda Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 6 Feb 2017 23:25:46 +0200 Subject: [PATCH] Set version to 0.4.2 --- README.md | 2 +- components/openmw-mp/Version.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb864fd77..0d8a338cb 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.4.1 +* Version: 0.4.2 * 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 8cfbef68e..3b4d57b7d 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.4.1" -#define TES3MP_PROTO_VERSION 4 +#define TES3MP_VERSION "0.4.2" +#define TES3MP_PROTO_VERSION 5 #endif //OPENMW_VERSION_HPP