forked from mirror/openmw-tes3mp
[General] Change rewrite's version to TBD-rewrite
This commit is contained in:
parent
dbd6ccaf97
commit
cf33695447
2 changed files with 3 additions and 3 deletions
|
@ -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.7-alpha
|
||||
* TES3MP version: TBD-rewrite
|
||||
* OpenMW version: 0.44.0
|
||||
* License: GPLv3 (see [LICENSE](https://github.com/TES3MP/openmw-tes3mp/blob/master/LICENSE) for more information)
|
||||
|
||||
|
@ -21,7 +21,7 @@ As of version 0.6, TES3MP is playable in most respects. Player and NPC movement,
|
|||
|
||||
[Serverside Lua scripts](https://github.com/TES3MP/CoreScripts) are used to save and load the state of most of the aforementioned.
|
||||
|
||||
Please note that version 0.7 has involved rewriting a significant portion of our code and is not yet playable. You should use the [latest 0.6 release](https://github.com/TES3MP/openmw-tes3mp/releases/latest) for now.
|
||||
Please note that the master branch is an unfinished rewrite of a large part of the project and is not yet playable. You should use the [latest 0.6 release](https://github.com/TES3MP/openmw-tes3mp/releases/latest) for now.
|
||||
|
||||
Contributing
|
||||
--------------
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef OPENMW_VERSION_HPP
|
||||
#define OPENMW_VERSION_HPP
|
||||
|
||||
#define TES3MP_VERSION "0.7-alpha"
|
||||
#define TES3MP_VERSION "TBD-rewrite"
|
||||
#define TES3MP_PROTO_VERSION 7
|
||||
|
||||
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
||||
|
|
Loading…
Reference in a new issue