Skip to content

Commit 958d0cf

Browse files
committed
Update changelog and version for 0.13.6
1 parent 3974227 commit 958d0cf

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/api/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Version History
33
***************
44

5+
0.13.6 - 2018-06-29
6+
===================
7+
8+
Changed
9+
-------
10+
11+
- Tweaked masterlist repository cloning to avoid undefined behaviour.
12+
- Updated Boost to v1.67.0.
13+
- Updated esplugin to v2.0.0.
14+
- Updated libgit2 to v0.27.2.
15+
- Updated libloadorder to v11.4.0.
16+
517
0.13.5 - 2018-06-02
618
===================
719

src/api/loot_version.cpp.in

Lines changed: 1 addition & 1 deletion
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 = 5;
30+
const unsigned int LootVersion::patch = 6;
3131
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
3232

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

src/api/resource.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include <windows.h>
33

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

0 commit comments

Comments
 (0)