mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update version and changelog for v0.17.3 release
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
Version History
|
||||
***************
|
||||
|
||||
0.17.3 - 2022-01-02
|
||||
===================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
- :cpp:any:`PluginMetadata::AsYaml()` can be used to serialise plugin metadata as YAML.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
- Plugin name regular expression objects are now cached between calls to :cpp:any:`DatabaseInterface::LoadLists()`.
|
||||
|
||||
0.17.2 - 2021-12-24
|
||||
===================
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
namespace loot {
|
||||
const unsigned int LootVersion::major = 0;
|
||||
const unsigned int LootVersion::minor = 17;
|
||||
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
@@ -2,8 +2,8 @@
|
||||
#include <windows.h>
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0, 17, 2, 0
|
||||
PRODUCTVERSION 0, 17, 2, 0
|
||||
FILEVERSION 0, 17, 3, 0
|
||||
PRODUCTVERSION 0, 17, 3, 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
@@ -11,9 +11,9 @@ BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.17.2"
|
||||
VALUE "FileVersion", "0.17.3"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
|
||||
VALUE "ProductVersion", "0.17.2"
|
||||
VALUE "ProductVersion", "0.17.3"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
Reference in New Issue
Block a user