mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-22 03:52:00 -04:00
[General] Change version to 0.8.1
This commit is contained in:
parent
fb4fe75e62
commit
a6a0b9db72
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user