From 47797cc0d11d491c9b0d0206832fc5af07dcab4b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 24 Sep 2018 19:34:30 +0100 Subject: [PATCH] Update changelog and version for 0.13.8 --- docs/api/changelog.rst | 9 +++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 7e50b3d0a..5f57a36e7 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,15 @@ Version History *************** +0.13.8 - 2018-09-24 +=================== + +Fixed +----- + +- Filesystem errors when trying to set permissions during a masterlist update + that clones a new repository. + 0.13.7 - 2018-09-10 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 4be43ecc0..51e132aaa 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 = 7; +const unsigned int LootVersion::patch = 8; 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 8119c269e..7e5d600f8 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 7, 0 -PRODUCTVERSION 0, 13, 7, 0 +FILEVERSION 0, 13, 8, 0 +PRODUCTVERSION 0, 13, 8, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN