Merge pull request #3811 from sharifelgamal/release-0.35

Update Makefile to 0.35.0
pull/3814/head^2
Thomas Strömberg 2019-03-06 17:30:08 -08:00 committed by GitHub
commit 93aa62dd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 34
VERSION_BUILD ?= 1
VERSION_MINOR ?= 35
VERSION_BUILD ?= 0
# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0