Version: Update for TF-M v1.0 release

This patch updates the TF-M version for the
following components to v1.0
  * Trusted Firmware-M
  * User guide
  * User manual

Change-Id: If9b4dfd077d2ae7a2bf415612216572a43a01b39
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/cmake/Common/BuildDoxygenDoc.cmake b/cmake/Common/BuildDoxygenDoc.cmake
index f0ca6f6..79f536e 100644
--- a/cmake/Common/BuildDoxygenDoc.cmake
+++ b/cmake/Common/BuildDoxygenDoc.cmake
@@ -1,5 +1,5 @@
 #-------------------------------------------------------------------------------
-# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -85,7 +85,7 @@
 	#Version ID of TF-M.
 	#TODO: this shall not be hard-coded here. A process need to defined for
 	#      versioning the document (and TF-M).
-	set(DOXYCFG_TFM_VERSION "v1.0-RC3")
+	set(DOXYCFG_TFM_VERSION "v1.0")
 
 	#Using add_custom_command allows CMake to generate proper clean commands
 	#for document generation.