Update changelog and version for 0.13.8

This commit is contained in:
Oliver Hamlet
2018-09-24 19:34:30 +01:00
parent ba90657b0c
commit 47797cc0d1
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -2,6 +2,15 @@
Version History
***************
0.13.8 - 2018-09-24
===================
Fixed
-----
- Filesystem errors when trying to set permissions during a masterlist update
that clones a new repository.
0.13.7 - 2018-09-10
===================
+1 -1
View File
@@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 13;
const unsigned int LootVersion::patch = 7;
const unsigned int LootVersion::patch = 8;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
LOOT_API std::string LootVersion::string() {
+2 -2
View File
@@ -2,8 +2,8 @@
#include <windows.h>
1 VERSIONINFO
FILEVERSION 0, 13, 7, 0
PRODUCTVERSION 0, 13, 7, 0
FILEVERSION 0, 13, 8, 0
PRODUCTVERSION 0, 13, 8, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN