mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update version number and changelog for 0.12.5
This commit is contained in:
@@ -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
|
||||
===================
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user