Skip to content

Commit 1804e45

Browse files
committed
Update version number and changelog for 0.13.1
1 parent 0920c3d commit 1804e45

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/api/changelog.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Version History
33
***************
44

5+
0.13.1 - 2018-04-09
6+
===================
7+
8+
Added
9+
-----
10+
11+
- Support for Skyrim VR using ``GameType::tes5vr``.
12+
13+
Changed
14+
-------
15+
16+
- Updated libloadorder to v11.2.0.
17+
518
0.13.0 - 2018-04-02
619
===================
720

src/api/loot_version.cpp.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
namespace loot {
2828
const unsigned int LootVersion::major = 0;
2929
const unsigned int LootVersion::minor = 13;
30-
const unsigned int LootVersion::patch = 0;
30+
const unsigned int LootVersion::patch = 1;
3131
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
3232

3333
LOOT_API std::string LootVersion::string() {

src/api/resource.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include <windows.h>
33

44
1 VERSIONINFO
5-
FILEVERSION 0, 13, 0, 0
6-
PRODUCTVERSION 0, 13, 0, 0
5+
FILEVERSION 0, 13, 1, 0
6+
PRODUCTVERSION 0, 13, 1, 0
77
FILEOS VOS__WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN

0 commit comments

Comments
 (0)