From 958d0cfda6a87137491a2f3129f4c2212625e489 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 29 Jun 2018 17:56:38 +0100 Subject: [PATCH] Update changelog and version for 0.13.6 --- docs/api/changelog.rst | 12 ++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 872c0384d..e09e60219 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,18 @@ Version History *************** +0.13.6 - 2018-06-29 +=================== + +Changed +------- + +- Tweaked masterlist repository cloning to avoid undefined behaviour. +- Updated Boost to v1.67.0. +- Updated esplugin to v2.0.0. +- Updated libgit2 to v0.27.2. +- Updated libloadorder to v11.4.0. + 0.13.5 - 2018-06-02 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 1ef602a82..1afb10883 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 = 5; +const unsigned int LootVersion::patch = 6; 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 2e533b8a9..f1bca82ca 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 5, 0 -PRODUCTVERSION 0, 13, 5, 0 +FILEVERSION 0, 13, 6, 0 +PRODUCTVERSION 0, 13, 6, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN