From f276edddccb617e43e41d239dc00403e9aa75801 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 30 Sep 2016 15:26:55 +0300 Subject: [PATCH] Set version to 0.2.0 --- README.md | 2 +- components/openmw-mp/Version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981d0f23e..aaac5762b 100644 --- a/README.md +++ b/README.md @@ -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.0.1c +* Version: 0.2.0 * License: GPLv3 (see docs/license/GPL3.txt for more information) * Website: https://steamcommunity.com/groups/mwmulti diff --git a/components/openmw-mp/Version.hpp b/components/openmw-mp/Version.hpp index e8d40e137..a3c36a029 100644 --- a/components/openmw-mp/Version.hpp +++ b/components/openmw-mp/Version.hpp @@ -5,7 +5,7 @@ #ifndef OPENMW_VERSION_HPP #define OPENMW_VERSION_HPP -#define TES3MP_VERSION "0.0.1c" +#define TES3MP_VERSION "0.2.0" #define TES3MP_PROTO_VERSION 3 #endif //OPENMW_VERSION_HPP