From 9ba600c46bf719eff4d078c78bfbb414b29021b5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 13 Mar 2018 18:57:44 +0000 Subject: [PATCH] Update version number and changelog for 0.12.5 --- docs/api/changelog.rst | 10 ++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 5b7a536d..e97872ec 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,16 @@ Version History *************** +0.12.5 - 2018-02-17 +=================== + +Changed +------- + +- Updated esplugin to v1.0.9. +- Updated libgit2 to v0.26.3. This enables TLS 1.2 support on Windows 7, so + users shouldn't need to manually enable it themselves. + 0.12.4 - 2018-02-17 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 6a5448a7..72a6d080 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 = 12; -const unsigned int LootVersion::patch = 4; +const unsigned int LootVersion::patch = 5; 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 bf8c3323..96ecc4c8 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 12, 4, 0 -PRODUCTVERSION 0, 12, 4, 0 +FILEVERSION 0, 12, 5, 0 +PRODUCTVERSION 0, 12, 5, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN