Update version number and changelog for 0.13.1

This commit is contained in:
Oliver Hamlet
2018-04-09 07:58:48 +01:00
parent 0920c3d7a2
commit 1804e45f3e
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -2,6 +2,19 @@
Version History
***************
0.13.1 - 2018-04-09
===================
Added
-----
- Support for Skyrim VR using ``GameType::tes5vr``.
Changed
-------
- Updated libloadorder to v11.2.0.
0.13.0 - 2018-04-02
===================
+1 -1
View File
@@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 13;
const unsigned int LootVersion::patch = 0;
const unsigned int LootVersion::patch = 1;
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, 13, 0, 0
PRODUCTVERSION 0, 13, 0, 0
FILEVERSION 0, 13, 1, 0
PRODUCTVERSION 0, 13, 1, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN