Skip to content

Commit

Permalink
Update version number and changelog for 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Mar 13, 2018
1 parent 539d5bb commit 9ba600c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Version History
***************

0.12.5 - 2018-02-17
===================

Changed
-------

- Updated esplugin to v1.0.9.
- Updated libgit2 to v0.26.3. This enables TLS 1.2 support on Windows 7, so
users shouldn't need to manually enable it themselves.

0.12.4 - 2018-02-17
===================

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

0 comments on commit 9ba600c

Please sign in to comment.