From: Paul Durrant Date: Fri, 6 Dec 2019 12:11:48 +0000 (+0000) Subject: bump version to 9.1.0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3247aeeef199cfa824a0ce4a1fe11d4a0a0e5bba;p=pvdrivers%2Fwin%2Fxenvif.git bump version to 9.1.0 Now that 9.0 is branched (in staging-9.0) the master version needs to be advanced. Signed-off-by: Paul Durrant --- diff --git a/build.ps1 b/build.ps1 index 35633a9..859d5cd 100644 --- 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