From a6a0b9db722c801377a8337b79b2f2f1400d7941 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sun, 1 May 2022 00:31:30 +0300 Subject: [PATCH] [General] Change version to 0.8.1 --- 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 7e9ef2d52..0f2e642ab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Copyright (c) 2016-2022, David Cernat & Stanislav Zhukov TES3MP is a project adding multiplayer functionality to [OpenMW](https://github.com/OpenMW/openmw), an open-source game engine that supports playing "The Elder Scrolls III: Morrowind" by Bethesda Softworks. -* TES3MP version: 0.8.0 +* TES3MP version: 0.8.1 * OpenMW version: 0.47.0 * License: GPLv3 with additional allowed terms (see [LICENSE](https://github.com/TES3MP/TES3MP/blob/master/LICENSE) for more information) diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index cf3d9a1a4..df4371604 100644 --- a/components/openmw-mp/Version.hpp +++ b/components/openmw-mp/Version.hpp @@ -1,8 +1,8 @@ #ifndef OPENMW_VERSION_HPP #define OPENMW_VERSION_HPP -#define TES3MP_VERSION "0.8.0" -#define TES3MP_PROTO_VERSION 9 +#define TES3MP_VERSION "0.8.1" +#define TES3MP_PROTO_VERSION 10 #define TES3MP_DEFAULT_PASSW "blankpassword" #define TES3MP_MASTERSERVER_PASSW "12345"