Version: Update for TF-M v1.2.0 release
This patch updates the TF-M version for runtime code,
build system and documentation to v1.2.0
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Change-Id: I53b1e916a9928bac7347381d1a37c7d62bd2302a
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bfafb1..735586c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.15)
-set(TFM_VERSION 1.1.0)
+set(TFM_VERSION 1.2.0)
############################ CONFIGURATION #####################################