From 1e8bd6f060c79ca5d84e5c8918c6e400a984b87a Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 25 Mar 2019 19:15:34 -0700 Subject: [PATCH] Bump Makefile VERSION to v1.0.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 110c0a6c09..da3aaf2fe3 100755 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ # limitations under the License. # Bump these on release - and please check ISO_VERSION for correctness. -VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 35 +VERSION_MAJOR ?= 1 +VERSION_MINOR ?= 0 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