From 31f22f9e623fee006fe6a1e360235a52246b418d Mon Sep 17 00:00:00 2001 From: tstromberg Date: Wed, 22 Jan 2020 12:38:00 -0800 Subject: [PATCH] Version bump before we update the ISO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3523ed011..e3c9831d01 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 ?= 7 -VERSION_BUILD ?= 0-beta.0 +VERSION_BUILD ?= 0-beta.1 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD} VERSION ?= v$(RAW_VERSION)