mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-22 17:51:29 +03:00
Bump version to 6.3.1-dev.0.
This commit is contained in:
parent
9467d9a4a0
commit
a1ce32536a
@ -6,8 +6,8 @@ VSVersionInfo(
|
|||||||
ffi=FixedFileInfo(
|
ffi=FixedFileInfo(
|
||||||
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
||||||
# Set not needed items to zero 0.
|
# Set not needed items to zero 0.
|
||||||
filevers=(6, 3, 0, 0),
|
filevers=(6, 3, 1, 0),
|
||||||
prodvers=(6, 3, 0, 0),
|
prodvers=(6, 3, 1, 0),
|
||||||
# Contains a bitmask that specifies the valid bits 'flags'r
|
# Contains a bitmask that specifies the valid bits 'flags'r
|
||||||
mask=0x3f,
|
mask=0x3f,
|
||||||
# Contains a bitmask that specifies the Boolean attributes of the file.
|
# Contains a bitmask that specifies the Boolean attributes of the file.
|
||||||
@ -31,11 +31,11 @@ VSVersionInfo(
|
|||||||
'040904b0',
|
'040904b0',
|
||||||
[StringStruct('CompanyName', 'Yubico'),
|
[StringStruct('CompanyName', 'Yubico'),
|
||||||
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
|
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
|
||||||
StringStruct('FileVersion', '6.3.0'),
|
StringStruct('FileVersion', '6.3.1-dev.0'),
|
||||||
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
|
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
|
||||||
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
|
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
|
||||||
StringStruct('ProductName', 'Yubico Authenticator'),
|
StringStruct('ProductName', 'Yubico Authenticator'),
|
||||||
StringStruct('ProductVersion', '6.3.0')])
|
StringStruct('ProductVersion', '6.3.1-dev.0')])
|
||||||
]),
|
]),
|
||||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
// This file is generated by running ./set-version.py <version> <build>
|
// This file is generated by running ./set-version.py <version> <build>
|
||||||
|
|
||||||
const String version = '6.3.0';
|
const String version = '6.3.1-dev.0';
|
||||||
const int build = 60300;
|
const int build = 60301;
|
||||||
|
@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
|
|
||||||
# This field is updated by running ./set-version.py <version>
|
# This field is updated by running ./set-version.py <version>
|
||||||
# DO NOT MANUALLY EDIT THIS!
|
# DO NOT MANUALLY EDIT THIS!
|
||||||
version: 6.3.0+60300
|
version: 6.3.1-dev.0+60301
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$version="6.3.0"
|
$version="6.3.1-dev.0"
|
||||||
|
|
||||||
echo "Clean-up of old files"
|
echo "Clean-up of old files"
|
||||||
rm *.msi
|
rm *.msi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||||
<?define ProductVersion="6.3.0" ?>
|
<?define ProductVersion="6.3.1" ?>
|
||||||
<?define ProductName="Yubico Authenticator" ?>
|
<?define ProductName="Yubico Authenticator" ?>
|
||||||
|
|
||||||
<Product Id="*" UpgradeCode="fcbafc57-aaaa-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
|
<Product Id="*" UpgradeCode="fcbafc57-aaaa-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
|
||||||
|
Loading…
Reference in New Issue
Block a user