Bump version to 0.9.1

This commit is contained in:
Oliver Hamlet
2016-06-21 18:52:16 +01:00
parent 0a79628537
commit 9545dfb332
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
/**
* @mainpage
* @author WrinklyNinja
* @version 0.9.0
* @version 0.9.1
* @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
@@ -1,7 +1,7 @@
{
"name": "loot",
"author": "Oliver Hamlet <oliver.hamlet@gmail.com>",
"version": "0.9.0",
"version": "0.9.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
; be displayed correctly.
#define MyAppName "LOOT"
#define MyAppVersion "0.9.0"
#define MyAppVersion "0.9.1"
#define MyAppPublisher "LOOT Team"
#define MyAppURL "http://loot.github.io"
#define MyAppExeName "LOOT.exe"
+1 -1
View File
@@ -27,6 +27,6 @@
namespace loot {
const unsigned int LootVersion::major = 0;
const unsigned int LootVersion::minor = 9;
const unsigned int LootVersion::patch = 0;
const unsigned int LootVersion::patch = 1;
const std::string LootVersion::revision = "@GIT_COMMIT_STRING@";
}
+4 -4
View File
@@ -1,7 +1,7 @@
#include "gui/resource.h"
1 VERSIONINFO
FILEVERSION 0, 9, 0, 0
PRODUCTVERSION 0, 9, 0, 0
FILEVERSION 0, 9, 1, 0
PRODUCTVERSION 0, 9, 1, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
@@ -9,9 +9,9 @@ BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "0.9.0"
VALUE "FileVersion", "0.9.1"
VALUE "LegalCopyright", "Copyright (C) 2013-2016 WrinklyNinja"
VALUE "ProductVersion", "0.9.0"
VALUE "ProductVersion", "0.9.1"
END
END
BLOCK "VarFileInfo"