Set version to 0.4.2

This commit is contained in:
David Cernat 2017-02-06 23:25:46 +02:00
parent 5038353792
commit 6144ca95d8
2 changed files with 3 additions and 3 deletions

View file

@ -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.1
* Version: 0.4.2
* License: GPLv3 (see docs/license/GPL3.txt for more information)
* Website: https://steamcommunity.com/groups/mwmulti

View file

@ -5,7 +5,7 @@
#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.4.1"
#define TES3MP_PROTO_VERSION 4
#define TES3MP_VERSION "0.4.2"
#define TES3MP_PROTO_VERSION 5
#endif //OPENMW_VERSION_HPP