commit | 73b78354128b8f3ced1ccd32e4126e058b0e9172 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Thu Oct 08 02:33:17 2020 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Tue Nov 17 16:06:49 2020 +0000 |
tree | 1ebf3383ea100484950799691b4e73eef90cefa4 | |
parent | 099bebe2656c79788ddb9b7b95c042fed0cc373f [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index 9614238..5c9186e 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