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=eb31daa30ae213c05bbc3caffc336e65e65863e7;p=pvdrivers%2Fwin%2Fxenbus.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 1feb382..cc352e0 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