Update version and changelog for v0.18.2 release

This commit is contained in:
Oliver Hamlet
2022-10-11 22:22:53 +01:00
parent a519124b8b
commit b1a9e317b3
3 changed files with 20 additions and 5 deletions
+15
View File
@@ -2,6 +2,21 @@
Version History
***************
0.18.2 - 2022-10-11
===================
Fixed
-----
- libloot will now use the correct local app data path for the Epic Games Store
distribution of Skyrim Special Edition when no local app data path is passed
to :cpp:any:`loot::CreateGameHandle()`. Via libloadorder.
Changed
-------
- Updated libloadorder to v13.3.0.
0.18.1 - 2022-10-01
===================
+1 -1
View File
@@ -37,7 +37,7 @@ inline constexpr unsigned int LIBLOOT_VERSION_MAJOR = 0;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 18;
/** @brief libloot's patch version number. */
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 1;
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 2;
/**
* @brief Get the library version.
+4 -4
View File
@@ -2,8 +2,8 @@
#include <windows.h>
1 VERSIONINFO
FILEVERSION 0, 18, 1, 0
PRODUCTVERSION 0, 18, 1, 0
FILEVERSION 0, 18, 2, 0
PRODUCTVERSION 0, 18, 2, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
@@ -11,9 +11,9 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.18.1"
VALUE "FileVersion", "0.18.2"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "ProductVersion", "0.18.1"
VALUE "ProductVersion", "0.18.2"
END
END
BLOCK "VarFileInfo"