From fd4085725e09d101203722d29c3546647abcf5a8 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 27 Oct 2016 14:05:20 +0300 Subject: [PATCH] Set version to 0.3.0 --- README.md | 4 ++-- components/openmw-mp/Version.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaac5762b..943868785 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.2.0 +* Version: 0.3.0 * License: GPLv3 (see docs/license/GPL3.txt for more information) * Website: https://steamcommunity.com/groups/mwmulti @@ -36,4 +36,4 @@ Getting Started Donations --------------- -At the moment, TES3MP itself isn't accepting donations, however you can benefit the project by supporting OpenMW and or by [becoming Koncord's patron](https://www.patreon.com/Koncord). +You can benefit the project by supporting OpenMW and or by [becoming Koncord's patron](https://www.patreon.com/Koncord). diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index a3c36a029..c9fefa1b9 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.2.0" -#define TES3MP_PROTO_VERSION 3 +#define TES3MP_VERSION "0.3.0" +#define TES3MP_PROTO_VERSION 4 #endif //OPENMW_VERSION_HPP