From 5956e6080b0ff2bbde95f6317ce358c8f1a55a08 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 29 Apr 2018 18:37:12 +0100 Subject: [PATCH] Update version number and changelog for 0.13.2 --- docs/api/changelog.rst | 14 ++++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index d70d4b98..bf9723bb 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,20 @@ Version History *************** +0.13.2 - 2018-04-29 +=================== + +Changed +------- + +- Updated libloadorder to v11.2.1. + +Fixed +----- + +- Incorrect load order positions were given for light-master-flagged ``.esp`` + plugins when getting the load order (via libloadorder). + 0.13.1 - 2018-04-09 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 2fc48030..7583a1cc 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 = 1; +const unsigned int LootVersion::patch = 2; 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 1173d155..5fd5d6bb 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 1, 0 -PRODUCTVERSION 0, 13, 1, 0 +FILEVERSION 0, 13, 2, 0 +PRODUCTVERSION 0, 13, 2, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN