From d4e748f30bb2b5da04d84bb935eb3189d5088165 Mon Sep 17 00:00:00 2001
From: David Cunado <david.cunado@arm.com>
Date: Tue, 4 Oct 2016 16:06:37 +0100
Subject: [PATCH] Release v1.3: Update minor version number to 3

Change-Id: I05991543d28e70b67be600b714990af6a8d7ba29
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2b630b325..16f920c07 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 # Trusted Firmware Version
 #
 VERSION_MAJOR			:= 1
-VERSION_MINOR			:= 2
+VERSION_MINOR			:= 3
 
 # Default goal is build all images
 .DEFAULT_GOAL			:= all
-- 
GitLab