Docs: Release notes for v2.2.0
- Add notes for TF-Mv2.2.0.
- Remove refs to v1.8.x from TOC to simplify the view, though the
documents are not removed.
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: Ic58768114305f89425c7e58a440b5b29787842e0
diff --git a/cmake/version.cmake b/cmake/version.cmake
index 4f60d90..6bc5e32 100644
--- a/cmake/version.cmake
+++ b/cmake/version.cmake
@@ -1,12 +1,12 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2021-2024, Arm Limited. All rights reserved.
+# SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
# The 'TFM_VERSION_MANUAL' is used for fallback when Git tags are not available
-set(TFM_VERSION_MANUAL "2.1.1")
+set(TFM_VERSION_MANUAL "2.2.0")
execute_process(COMMAND git describe --tags --always
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}