Set 1.0.0 version numbers

This commit is contained in:
PiotrP 2016-01-15 17:20:14 -08:00
parent f532ce33b4
commit 36f69060d1
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ function GetMSIVersionFromCLIVersion([uint32]$Major, [uint32]$Minor, [uint32]$Pa
return $MSIVersion
}
$env:ReleaseSuffix = "dev"
$env:ReleaseSuffix = "beta"
$env:MajorVersion = 1
$env:MinorVersion = 0
$env:PatchVersion = 0

View file

@ -4,7 +4,7 @@
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
export RELEASE_SUFFIX=dev
export RELEASE_SUFFIX=beta
export MAJOR_VERSION=1
export MINOR_VERSION=0
export PATCH_VERSION=0