From cf3369544756eed1ce590218c1a2de3c74917564 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 11 Jul 2018 17:24:07 +0300 Subject: [PATCH] [General] Change rewrite's version to TBD-rewrite --- README.md | 4 ++-- components/openmw-mp/Version.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67c6b8379..a6ea26640 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 engine recreation of the popular Bethesda Softworks game "The Elder Scrolls III: Morrowind". -* TES3MP version: 0.7-alpha +* TES3MP version: TBD-rewrite * OpenMW version: 0.44.0 * License: GPLv3 (see [LICENSE](https://github.com/TES3MP/openmw-tes3mp/blob/master/LICENSE) for more information) @@ -21,7 +21,7 @@ As of version 0.6, TES3MP is playable in most respects. Player and NPC movement, [Serverside Lua scripts](https://github.com/TES3MP/CoreScripts) are used to save and load the state of most of the aforementioned. -Please note that version 0.7 has involved rewriting a significant portion of our code and is not yet playable. You should use the [latest 0.6 release](https://github.com/TES3MP/openmw-tes3mp/releases/latest) for now. +Please note that the master branch is an unfinished rewrite of a large part of the project and is not yet playable. You should use the [latest 0.6 release](https://github.com/TES3MP/openmw-tes3mp/releases/latest) for now. Contributing -------------- diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index b815ae3e2..4cc31d60e 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.7-alpha" +#define TES3MP_VERSION "TBD-rewrite" #define TES3MP_PROTO_VERSION 7 #define TES3MP_DEFAULT_PASSW "SuperPassword"