From 68ecc027a119542e3f697c8aef918fa2da287d11 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 27 Feb 2019 07:40:46 +0000 Subject: [PATCH] Set version number to 0.14.5 --- src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index fa4f1945..91d0567c 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 = 14; -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::GetVersionString() { diff --git a/src/api/resource.rc b/src/api/resource.rc index 1aefa42b..74c065c6 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 14, 4, 0 -PRODUCTVERSION 0, 14, 4, 0 +FILEVERSION 0, 14, 5, 0 +PRODUCTVERSION 0, 14, 5, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN @@ -11,9 +11,9 @@ BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN -VALUE "FileVersion", "0.14.4" +VALUE "FileVersion", "0.14.5" VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja" -VALUE "ProductVersion", "0.14.4" +VALUE "ProductVersion", "0.14.5" END END BLOCK "VarFileInfo"