mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Bump version to 0.9.1
This commit is contained in:
+1
-1
@@ -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
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user