[General] Change version to 0.8.2

0.8.2
David Cernat 2 years ago
parent 37a4b2a103
commit 2ea011821f

@ -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.1
* TES3MP version: 0.8.2
* OpenMW version: 0.47.0
* License: GPLv3 with additional allowed terms (see [LICENSE](https://github.com/TES3MP/TES3MP/blob/master/LICENSE) for more information)

@ -1,8 +1,8 @@
#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.8.1"
#define TES3MP_PROTO_VERSION 10
#define TES3MP_VERSION "0.8.2"
#define TES3MP_PROTO_VERSION 11
#define TES3MP_DEFAULT_PASSW "blankpassword"
#define TES3MP_MASTERSERVER_PASSW "12345"

Loading…
Cancel
Save