forked from teamnwah/openmw-tes3coop
[General] Update version to 0.7.0-beta
This commit is contained in:
parent
dcbc9d1831
commit
361e522384
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Copyright (c) 2016-2019, Stanislav Zhukov & David Cernat
|
||||||
|
|
||||||
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 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.7.0-alpha
|
* TES3MP version: 0.7.0-beta
|
||||||
* OpenMW version: 0.44.0
|
* OpenMW version: 0.44.0
|
||||||
* License: GPLv3 (see [LICENSE](https://github.com/TES3MP/openmw-tes3mp/blob/master/LICENSE) for more information)
|
* License: GPLv3 (see [LICENSE](https://github.com/TES3MP/openmw-tes3mp/blob/master/LICENSE) for more information)
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#ifndef OPENMW_VERSION_HPP
|
#ifndef OPENMW_VERSION_HPP
|
||||||
#define OPENMW_VERSION_HPP
|
#define OPENMW_VERSION_HPP
|
||||||
|
|
||||||
#define TES3MP_VERSION "0.7.0-alpha"
|
#define TES3MP_VERSION "0.7.0-beta"
|
||||||
#define TES3MP_PROTO_VERSION 7
|
#define TES3MP_PROTO_VERSION 8
|
||||||
|
|
||||||
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
||||||
#define TES3MP_MASTERSERVER_PASSW "12345"
|
#define TES3MP_MASTERSERVER_PASSW "12345"
|
||||||
|
|
Loading…
Reference in a new issue