Set version number to 0.12.0 and set release date

This commit is contained in:
Oliver Hamlet
2017-11-03 06:45:18 +00:00
parent 3da994315b
commit 42caccaafb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Version History
***************
0.12.0 - Unreleased
0.12.0 - 2017-11-03
===================
Added
+2 -2
View File
@@ -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
View File
@@ -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