From c03b885ca91ec1562da6de006053d91343b11646 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 14 Jan 2020 14:31:45 -0800 Subject: [PATCH] bumping makefile to 1.17.0-beta.0 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7ed527f3e6..b3523ed011 100755 --- a/Makefile +++ b/Makefile @@ -14,13 +14,13 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 6 -VERSION_BUILD ?= 2 +VERSION_MINOR ?= 7 +VERSION_BUILD ?= 0-beta.0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD} VERSION ?= v$(RAW_VERSION) # 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).0-beta.0 # Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta DEB_VERSION ?= $(subst -,~,$(RAW_VERSION)) RPM_VERSION ?= $(DEB_VERSION)