From 613adf6b30b33b47a413a1dfa4796bf7cd43724d Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 27 Jan 2018 23:36:25 +0200 Subject: [PATCH] [General] Update version to 0.6.3 --- README.md | 2 +- components/openmw-mp/Version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47482b536..86195cb44 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.6.2 +* TES3MP version: 0.6.3 * OpenMW version: 0.43.0 * License: GPLv3 (see [LICENSE](https://github.com/TES3MP/openmw-tes3mp/blob/master/LICENSE) for more information) diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index 708e204cb..423390d16 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.6.2-hotfixed" +#define TES3MP_VERSION "0.6.3" #define TES3MP_PROTO_VERSION 7 #define TES3MP_DEFAULT_PASSW "SuperPassword"