From 2fae07d5c5423542b0c3633411db74d820ede696 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 12 Aug 2019 18:24:37 -0700 Subject: [PATCH] Update to v1.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 691469ae73..6c6de03979 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 ?= 3 -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