mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Set version number to 0.12.0 and set release date
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Version History
|
||||
***************
|
||||
|
||||
0.12.0 - Unreleased
|
||||
0.12.0 - 2017-11-03
|
||||
===================
|
||||
|
||||
Added
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
namespace loot {
|
||||
const unsigned int LootVersion::major = 0;
|
||||
const unsigned int LootVersion::minor = 11;
|
||||
const unsigned int LootVersion::patch = 1;
|
||||
const unsigned int LootVersion::minor = 12;
|
||||
const unsigned int LootVersion::patch = 0;
|
||||
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, 11, 1, 0
|
||||
PRODUCTVERSION 0, 11, 1, 0
|
||||
FILEVERSION 0, 12, 0, 0
|
||||
PRODUCTVERSION 0, 12, 0, 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user