From 05d1620c339563f057f7d1b395f5de4b67ce3eb5 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Wed, 6 Mar 2019 15:04:39 -0800 Subject: [PATCH] Update Makefile to 0.35.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f14e90919..77bec70d4 100755 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab