From 008991fa27d237f70cbd0e6c15e54da52042e27e Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Wed, 16 Oct 2019 14:51:39 -0700 Subject: [PATCH] undo makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87639123db..f4efa1dfdb 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 +VERSION_BUILD ?= 1 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).${VERSION_BUILD} VERSION ?= v$(RAW_VERSION)