diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 46f732e3..ad37b925 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 = 2; +const unsigned int LootVersion::patch = 3; 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 cec88608..89144a10 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 14, 2, 0 -PRODUCTVERSION 0, 14, 2, 0 +FILEVERSION 0, 14, 3, 0 +PRODUCTVERSION 0, 14, 3, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN @@ -11,9 +11,9 @@ BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN -VALUE "FileVersion", "0.14.2" +VALUE "FileVersion", "0.14.3" VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja" -VALUE "ProductVersion", "0.14.2" +VALUE "ProductVersion", "0.14.3" END END BLOCK "VarFileInfo"