commit | d694de95f88d7cc86ed258ce673d53bac16e4ab6 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Wed Oct 07 13:04:37 2020 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Tue Nov 17 16:02:03 2020 +0000 |
tree | 99781206f8edfb78e355ba989a783f93109f6199 | |
parent | 97f7e57d8c958daf41573779f08f6f6ecb1c1d79 [diff] |
Makefile: Update the minor version to indicate 2.4 release Updated the minor version to '4' to indicate 2.4 release Change-Id: I0cef2f3aa58808beca2fc48acb3ad39e01619105 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/Makefile b/Makefile index bccd45a..661f52b 100644 --- a/Makefile +++ b/Makefile
@@ -6,7 +6,7 @@ # TFTF Version VERSION_MAJOR := 2 -VERSION_MINOR := 3 +VERSION_MINOR := 4 MAKE_HELPERS_DIRECTORY := make_helpers/ include ${MAKE_HELPERS_DIRECTORY}build_macros.mk