aboutsummaryrefslogtreecommitdiff
path: root/cmake/Common/BuildSphinxDoc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Common/BuildSphinxDoc.cmake')
-rw-r--r--cmake/Common/BuildSphinxDoc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Common/BuildSphinxDoc.cmake b/cmake/Common/BuildSphinxDoc.cmake
index 3aea00fef5..02575393a2 100644
--- a/cmake/Common/BuildSphinxDoc.cmake
+++ b/cmake/Common/BuildSphinxDoc.cmake
@@ -84,8 +84,8 @@ if (NOT SPHINX_NODOC)
#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-RC2")
- set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC2")
+ set(SPHINXCFG_TFM_VERSION "v1.0-RC3")
+ set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC3")
get_filename_component(_NDX_FILE_DIR ${SPHINX_CONFIGURED_INDEX_FILE} DIRECTORY )