Set version and changelog for v0.16.3

This commit is contained in:
Oliver Hamlet
2021-05-06 21:41:49 +01:00
parent 897a303ec7
commit 2ffdac5b5f
3 changed files with 63 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 16;
const unsigned int LootVersion::patch = 2;
const unsigned int LootVersion::patch = 3;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
LOOT_API std::string LootVersion::GetVersionString() {
+4 -4
View File
@@ -2,8 +2,8 @@
#include <windows.h>
1 VERSIONINFO
FILEVERSION 0, 16, 2, 0
PRODUCTVERSION 0, 16, 2, 0
FILEVERSION 0, 16, 3, 0
PRODUCTVERSION 0, 16, 3, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
@@ -11,9 +11,9 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.16.2"
VALUE "FileVersion", "0.16.3"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "ProductVersion", "0.16.2"
VALUE "ProductVersion", "0.16.3"
END
END
BLOCK "VarFileInfo"