From 4a577f96288f135ad0eefe8ba1288ac7ffa70ebe Mon Sep 17 00:00:00 2001 From: David Cunado Date: Mon, 12 Mar 2018 09:56:56 +0000 Subject: [PATCH] Release v1.5: Update minor version number to 5 Change-Id: Ib215150272acc2ecec43f9b69624ebbbd5d7492d Signed-off-by: David Cunado --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69f29e6c0..94ae63ea2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # Trusted Firmware Version # VERSION_MAJOR := 1 -VERSION_MINOR := 4 +VERSION_MINOR := 5 # Default goal is build all images .DEFAULT_GOAL := all