Skip to content

Commit

Permalink
Update version number and changelog for 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Apr 29, 2018
1 parent b7ce064 commit 5956e60
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Version History
***************

0.13.2 - 2018-04-29
===================

Changed
-------

- Updated libloadorder to v11.2.1.

Fixed
-----

- Incorrect load order positions were given for light-master-flagged ``.esp``
plugins when getting the load order (via libloadorder).

0.13.1 - 2018-04-09
===================

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 = 1;
const unsigned int LootVersion::patch = 2;
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, 1, 0
PRODUCTVERSION 0, 13, 1, 0
FILEVERSION 0, 13, 2, 0
PRODUCTVERSION 0, 13, 2, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand Down

0 comments on commit 5956e60

Please sign in to comment.