]> xenbits.xensource.com Git - pvdrivers/win/xenhid.git/commitdiff
bump version to 9.1.0
authorPaul Durrant <pdurrant@amazon.com>
Fri, 6 Dec 2019 12:11:49 +0000 (12:11 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Fri, 6 Dec 2019 12:11:49 +0000 (12:11 +0000)
Now that 9.0 is branched (in staging-9.0) the master version needs to be
advanced.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
build.ps1

index 1feb382b9e2002f4c0a43cf858de7267adb8031b..cc352e06bfea2f2eb22d115f07863bcfaefbc96b 100644 (file)
--- a/build.ps1
+++ b/build.ps1
@@ -75,7 +75,7 @@ if ([string]::IsNullOrEmpty($Env:BUILD_NUMBER)) {
 }
 
 Set-Item -Path Env:MAJOR_VERSION -Value '9'
-Set-Item -Path Env:MINOR_VERSION -Value '0'
+Set-Item -Path Env:MINOR_VERSION -Value '1'
 Set-Item -Path Env:MICRO_VERSION -Value '0'
 
 Build "x86" $Type