From 9a7d0a0d1b1f5808f8ac0787fbb1a80ab30b5a74 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 7 Jun 2019 12:07:14 -0700 Subject: [PATCH] Update Makefile for 1.1.1 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8456cd2f43d8..eb2ac2f61d8c 100755 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 VERSION_MINOR ?= 1 -VERSION_BUILD ?= 0 +VERSION_BUILD ?= 1 # 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 +ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).1 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)