Doc: Updated for Version 1.0-RC2

This patch updates the documentation landing
page (readme.rst) to reflect the latest
release (Version 1.0-RC2).

* Updated Sphynx documentation version tags
* Updated Doxygen documentation version tags
* Updated features/capabilities described in readme.rst

Change-Id: Ic01b235cf3276d9d0aee6406ca9b57982001c7f0
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/cmake/Common/BuildSphinxDoc.cmake b/cmake/Common/BuildSphinxDoc.cmake
index 9027495..74ead01 100644
--- a/cmake/Common/BuildSphinxDoc.cmake
+++ b/cmake/Common/BuildSphinxDoc.cmake
@@ -83,8 +83,8 @@
 	#Version ID of TF-M.
 	#TODO: this shall not be hard-coded here. We need a process to define the
 	#      version number of the document (and TF-M).
-	set(SPHINXCFG_TFM_VERSION "v1.0-RC1")
-	set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC1")
+	set(SPHINXCFG_TFM_VERSION "v1.0-RC2")
+	set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC2")
 
 	get_filename_component(_NDX_FILE_DIR ${SPHINX_CONFIGURED_INDEX_FILE} DIRECTORY )