From 1804e45f3e0ed4121a55230203b2a2bbd23fabf0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 9 Apr 2018 07:58:48 +0100 Subject: [PATCH] Update version number and changelog for 0.13.1 --- docs/api/changelog.rst | 13 +++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 4ceea0f7..d70d4b98 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,19 @@ Version History *************** +0.13.1 - 2018-04-09 +=================== + +Added +----- + +- Support for Skyrim VR using ``GameType::tes5vr``. + +Changed +------- + +- Updated libloadorder to v11.2.0. + 0.13.0 - 2018-04-02 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index e70378e0..2fc48030 100644 --- a/src/api/loot_version.cpp.in +++ b/src/api/loot_version.cpp.in @@ -27,7 +27,7 @@ namespace loot { const unsigned int LootVersion::major = 0; const unsigned int LootVersion::minor = 13; -const unsigned int LootVersion::patch = 0; +const unsigned int LootVersion::patch = 1; const std::string LootVersion::revision = "@GIT_COMMIT_STRING@"; LOOT_API std::string LootVersion::string() { diff --git a/src/api/resource.rc b/src/api/resource.rc index a04d9649..1173d155 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 0, 0 -PRODUCTVERSION 0, 13, 0, 0 +FILEVERSION 0, 13, 1, 0 +PRODUCTVERSION 0, 13, 1, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN