Update version number and changelog for 0.12.3

This commit is contained in:
Oliver Hamlet
2018-02-04 22:29:34 +00:00
parent 3bd23501a7
commit 20f0880b8b
3 changed files with 27 additions and 3 deletions
+24
View File
@@ -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
===================
+1 -1
View File
@@ -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
View File
@@ -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