Set version to 0.12.1 and update changelog

This commit is contained in:
Oliver Hamlet
2017-11-23 18:05:18 +00:00
parent 9a11540329
commit 47cb6b5a84
3 changed files with 17 additions and 3 deletions
+14
View File
@@ -2,6 +2,20 @@
Version History
***************
0.12.1 - 2017-11-23
===================
Added
-----
- Support for identifying Creation Club plugins using ``Skyrim.ccc`` and ``Fallout4.ccc`` (via libloadorder).
Changed
-------
- Update esplugin to v1.0.7.
- Update libloadorder to v10.0.4.
0.12.0 - 2017-11-03
===================
+1 -1
View File
@@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 12;
const unsigned int LootVersion::patch = 0;
const unsigned int LootVersion::patch = 1;
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, 12, 0, 0
PRODUCTVERSION 0, 12, 0, 0
FILEVERSION 0, 12, 1, 0
PRODUCTVERSION 0, 12, 1, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN