From 6791f52e821fb54c7755db1571beb4534b88e777 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Fri, 18 Dec 2015 11:51:48 +0000 Subject: [PATCH] Increment Makefile version to 1.2 Change-Id: I50cd383e480628bf750bcfb76cfdc9d597c2595b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b03530166..a650cdcdc 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # Trusted Firmware Version # VERSION_MAJOR := 1 -VERSION_MINOR := 1 +VERSION_MINOR := 2 # Default goal is build all images .DEFAULT_GOAL := all