diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 28604b98..fb5049a7 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,7 +2,7 @@ Version History *************** -0.12.0 - Unreleased +0.12.0 - 2017-11-03 =================== Added diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 95b2c0df..1bad58a2 100644 --- a/src/api/loot_version.cpp.in +++ b/src/api/loot_version.cpp.in @@ -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() { diff --git a/src/api/resource.rc b/src/api/resource.rc index 313b7c78..ca2abab0 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 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