forked from mirror/openmw-tes3mp
Set version to 0.4.2
This commit is contained in:
parent
5038353792
commit
6144ca95d8
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 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.4.1
|
* Version: 0.4.2
|
||||||
* 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.4.1"
|
#define TES3MP_VERSION "0.4.2"
|
||||||
#define TES3MP_PROTO_VERSION 4
|
#define TES3MP_PROTO_VERSION 5
|
||||||
|
|
||||||
#endif //OPENMW_VERSION_HPP
|
#endif //OPENMW_VERSION_HPP
|
||||||
|
|
Loading…
Reference in a new issue