Set version number to 0.11.0

This commit is contained in:
Oliver Hamlet
2017-05-13 05:11:06 +01:00
parent 814ed68ffb
commit a7fd076851
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 10;
const unsigned int LootVersion::patch = 3;
const unsigned int LootVersion::minor = 11;
const unsigned int LootVersion::patch = 0;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
LOOT_API std::string LootVersion::string() {
+4 -4
View File
@@ -2,8 +2,8 @@
#include <windows.h>
1 VERSIONINFO
FILEVERSION 0, 10, 3, 0
PRODUCTVERSION 0, 10, 3, 0
FILEVERSION 0, 11, 0, 0
PRODUCTVERSION 0, 11, 0, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
@@ -11,9 +11,9 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.10.3"
VALUE "FileVERSION ", "0.11.0"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "ProductVersion", "0.10.3"
VALUE "ProductVERSION ", "0.11.0"
END
END
BLOCK "VarFileInfo"