mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Set version number to 0.14.5
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
namespace loot {
|
namespace loot {
|
||||||
const unsigned int LootVersion::major = 0;
|
const unsigned int LootVersion::major = 0;
|
||||||
const unsigned int LootVersion::minor = 14;
|
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@";
|
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
|
||||||
|
|
||||||
LOOT_API std::string LootVersion::GetVersionString() {
|
LOOT_API std::string LootVersion::GetVersionString() {
|
||||||
|
|||||||
+4
-4
@@ -2,8 +2,8 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0, 14, 4, 0
|
FILEVERSION 0, 14, 5, 0
|
||||||
PRODUCTVERSION 0, 14, 4, 0
|
PRODUCTVERSION 0, 14, 5, 0
|
||||||
FILEOS VOS__WINDOWS32
|
FILEOS VOS__WINDOWS32
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
BEGIN
|
BEGIN
|
||||||
@@ -11,9 +11,9 @@ BLOCK "StringFileInfo"
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "0.14.4"
|
VALUE "FileVersion", "0.14.5"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
|
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
|
||||||
VALUE "ProductVersion", "0.14.4"
|
VALUE "ProductVersion", "0.14.5"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Reference in New Issue
Block a user