aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-10-08 02:33:17 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2020-11-17 16:06:49 +0000
commit5edddf3a0fd8d5d1775552081bcf18b311e5f4d3 (patch)
tree1ebf3383ea100484950799691b4e73eef90cefa4 /Makefile
parent5ca9754a63ae640ee3908554431abe26affe166e (diff)
Makefile: Update the minor version to indicate 2.4 release
Updated the minor version to '4' to indicate 2.4 release Change-Id: Ib142fa15baeb43025fae371c7649199b8121c18f Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 961423826a..5c9186ece3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Trusted Firmware Version
#
VERSION_MAJOR := 2
-VERSION_MINOR := 3
+VERSION_MINOR := 4
# Default goal is build all images
.DEFAULT_GOAL := all