mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update version number and changelog for 0.12.3
This commit is contained in:
@@ -2,6 +2,30 @@
|
||||
Version History
|
||||
***************
|
||||
|
||||
0.12.3 - 2018-02-04
|
||||
===================
|
||||
|
||||
Added
|
||||
-----
|
||||
|
||||
- Support for Fallout 4 VR via the new :cpp:any:`loot::GameType::fo4vr` game type.
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
- :cpp:any:`loot::CreateGameHandle()` no longer accepts an empty game path
|
||||
string, and no longer has a default value for its game path parameter, as
|
||||
using an empty string as the game path is invalid and always causes an
|
||||
exception to be thrown.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
||||
- Added an empty string as the default value of
|
||||
:cpp:any:`loot::InitialiseLocale()`'s string parameter.
|
||||
- Updated esplugin to v1.0.8.
|
||||
- Updated libloadorder to v10.1.0.
|
||||
|
||||
0.12.2 - 2017-12-24
|
||||
===================
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
namespace loot {
|
||||
const unsigned int LootVersion::major = 0;
|
||||
const unsigned int LootVersion::minor = 12;
|
||||
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::string() {
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
#include <windows.h>
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0, 12, 2, 0
|
||||
PRODUCTVERSION 0, 12, 2, 0
|
||||
FILEVERSION 0, 12, 3, 0
|
||||
PRODUCTVERSION 0, 12, 3, 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user