Skip to content

Commit 5956e60

Browse files
committed
Update version number and changelog for 0.13.2
1 parent b7ce064 commit 5956e60

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/api/changelog.rst

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

5+
0.13.2 - 2018-04-29
6+
===================
7+
8+
Changed
9+
-------
10+
11+
- Updated libloadorder to v11.2.1.
12+
13+
Fixed
14+
-----
15+
16+
- Incorrect load order positions were given for light-master-flagged ``.esp``
17+
plugins when getting the load order (via libloadorder).
18+
519
0.13.1 - 2018-04-09
620
===================
721

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 = 1;
30+
const unsigned int LootVersion::patch = 2;
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, 1, 0
6-
PRODUCTVERSION 0, 13, 1, 0
5+
FILEVERSION 0, 13, 2, 0
6+
PRODUCTVERSION 0, 13, 2, 0
77
FILEOS VOS__WINDOWS32
88
FILETYPE VFT_APP
99
BEGIN

0 commit comments

Comments
 (0)