From c8dcc5eef8f0b11565645f9339264e0200cdb1ca Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 13 Sep 2019 09:18:11 -0700 Subject: [PATCH] Bump version to v1.4.0-beta.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 285fb097c9..6dc50ffa3b 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 VERSION_MINOR ?= 4 -VERSION_BUILD ?= 0-beta.1 +VERSION_BUILD ?= 0-beta.2 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)