mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 20:36:42 +00:00
Set version to 0.2.0
This commit is contained in:
parent
94d5efdfd3
commit
f276edddcc
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 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 recreation of the popular Bethesda Softworks' game "The Elder Scrolls III: Morrowind".
|
||||||
|
|
||||||
* Version: 0.0.1c
|
* Version: 0.2.0
|
||||||
* License: GPLv3 (see docs/license/GPL3.txt for more information)
|
* License: GPLv3 (see docs/license/GPL3.txt for more information)
|
||||||
* Website: https://steamcommunity.com/groups/mwmulti
|
* Website: https://steamcommunity.com/groups/mwmulti
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#ifndef OPENMW_VERSION_HPP
|
#ifndef OPENMW_VERSION_HPP
|
||||||
#define OPENMW_VERSION_HPP
|
#define OPENMW_VERSION_HPP
|
||||||
|
|
||||||
#define TES3MP_VERSION "0.0.1c"
|
#define TES3MP_VERSION "0.2.0"
|
||||||
#define TES3MP_PROTO_VERSION 3
|
#define TES3MP_PROTO_VERSION 3
|
||||||
|
|
||||||
#endif //OPENMW_VERSION_HPP
|
#endif //OPENMW_VERSION_HPP
|
||||||
|
|
Loading…
Reference in a new issue