aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-10-22 13:36:23 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-10-22 13:36:23 +0000
commita04808c16cfc126d9fe572ae7c4b5a3d39de5796 (patch)
tree880680a3c21ce08ba1407347a2041c2397dc69b4
parentc381ab6897696ba2411a532445ed57ddc0384c2a (diff)
parent2ee6b2bc77b6f967d5e28e030c9447e9c0ea9cac (diff)
downloadtrusted-firmware-a-a04808c16cfc126d9fe572ae7c4b5a3d39de5796.tar.gz
Merge "Update TF-A version to 2.2" into integrationv2.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18800cb838..721246d518 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# Trusted Firmware Version
#
VERSION_MAJOR := 2
-VERSION_MINOR := 1
+VERSION_MINOR := 2
# Default goal is build all images
.DEFAULT_GOAL := all