Bump version to 0.9.2

This commit is contained in:
Oliver Hamlet
2016-08-02 10:23:56 +01:00
parent 30f2cdc3f5
commit cbbe61964a
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
/**
* @mainpage
* @author WrinklyNinja
* @version 0.9.1
* @version 0.9.2
* @copyright
* The LOOT API is distributed under the GNU General Public License v3.0.
* For the full text of the license, see the "GNU GPL v3.txt" file
+1 -1
View File
@@ -3,7 +3,7 @@
; be displayed correctly.
#define MyAppName "LOOT"
#define MyAppVersion "0.9.1"
#define MyAppVersion "0.9.2"
#define MyAppPublisher "LOOT Team"
#define MyAppURL "https://loot.github.io"
#define MyAppExeName "LOOT.exe"
+1 -1
View File
@@ -27,7 +27,7 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 9;
const unsigned int LootVersion::patch = 1;
const unsigned int LootVersion::patch = 2;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
std::string LootVersion::string() {
+4 -4
View File
@@ -1,7 +1,7 @@
#include "gui/resource.h"
1 VERSIONINFO
FILEVERSION 0, 9, 1, 0
PRODUCTVERSION 0, 9, 1, 0
FILEVERSION 0, 9, 2, 0
PRODUCTVERSION 0, 9, 2, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
@@ -9,9 +9,9 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.9.1"
VALUE "FileVersion", "0.9.2"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "ProductVersion", "0.9.1"
VALUE "ProductVersion", "0.9.2"
END
END
BLOCK "VarFileInfo"