forked from mirror/openmw-tes3mp
[General] Update version to 0.5.0
This commit is contained in:
parent
78f5a760f4
commit
3e50cf60e7
3 changed files with 4 additions and 4 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 recreation of the popular Bethesda Softworks game "The Elder Scrolls III: Morrowind".
|
||||
|
||||
* Version: 0.4.2
|
||||
* Version: 0.5.0
|
||||
* License: GPLv3 (see docs/license/GPL3.txt for more information)
|
||||
* Website: https://steamcommunity.com/groups/mwmulti
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef OPENMW_VERSION_HPP
|
||||
#define OPENMW_VERSION_HPP
|
||||
|
||||
#define TES3MP_VERSION "0.4.2"
|
||||
#define TES3MP_PROTO_VERSION 5
|
||||
#define TES3MP_VERSION "0.5.0"
|
||||
#define TES3MP_PROTO_VERSION 6
|
||||
|
||||
#endif //OPENMW_VERSION_HPP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
0.4.2
|
||||
0.5.0
|
||||
-----
|
||||
|
||||
* Server browser
|
||||
|
|
Loading…
Reference in a new issue