mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-19 19:41:38 +00:00
[General] Update version to 0.6.3
This commit is contained in:
parent
5d4b97645d
commit
613adf6b30
2 changed files with 2 additions and 2 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 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.6.2
|
* TES3MP version: 0.6.3
|
||||||
* OpenMW version: 0.43.0
|
* OpenMW version: 0.43.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)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#ifndef OPENMW_VERSION_HPP
|
#ifndef OPENMW_VERSION_HPP
|
||||||
#define OPENMW_VERSION_HPP
|
#define OPENMW_VERSION_HPP
|
||||||
|
|
||||||
#define TES3MP_VERSION "0.6.2-hotfixed"
|
#define TES3MP_VERSION "0.6.3"
|
||||||
#define TES3MP_PROTO_VERSION 7
|
#define TES3MP_PROTO_VERSION 7
|
||||||
|
|
||||||
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
||||||
|
|
Loading…
Reference in a new issue