Skip to content

Commit

Permalink
Update changelog and version for 0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jun 29, 2018
1 parent 3974227 commit 958d0cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Version History
***************

0.13.6 - 2018-06-29
===================

Changed
-------

- Tweaked masterlist repository cloning to avoid undefined behaviour.
- Updated Boost to v1.67.0.
- Updated esplugin to v2.0.0.
- Updated libgit2 to v0.27.2.
- Updated libloadorder to v11.4.0.

0.13.5 - 2018-06-02
===================

Expand Down
2 changes: 1 addition & 1 deletion src/api/loot_version.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 13;
const unsigned int LootVersion::patch = 5;
const unsigned int LootVersion::patch = 6;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";

LOOT_API std::string LootVersion::string() {
Expand Down
4 changes: 2 additions & 2 deletions src/api/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include <windows.h>

1 VERSIONINFO
FILEVERSION 0, 13, 5, 0
PRODUCTVERSION 0, 13, 5, 0
FILEVERSION 0, 13, 6, 0
PRODUCTVERSION 0, 13, 6, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand Down

0 comments on commit 958d0cf

Please sign in to comment.