summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-14 11:28:38 -0400
committerBrad King <brad.king@kitware.com>2022-10-14 11:28:38 -0400
commit7d25ae7350794127f7393a227ea9795637e41fdf (patch)
treedc2bb64c371089761d0eb721b780c2dfa3b3ca59
parentd82e2d557e7abca744fbfccdb06c2ad18b8f4e7a (diff)
downloadcmake-7d25ae7350794127f7393a227ea9795637e41fdf.tar.gz
Help: Add versionadded for string(TIMESTAMP) %f specifier
This was accidentally left out of commit c050d6a01e (string(TIMESTAMP): add %f specifier for microseconds, 2022-01-27, v3.23.0-rc1~59^2).
-rw-r--r--Help/command/string.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index b1ca2cb80d..86cbd2ece2 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -491,6 +491,8 @@ specifiers:
The second of the current minute. 60 represents a leap second. (00-60)
``%f``
+ .. versionadded:: 3.23
+
The microsecond of the current second (000000-999999).
``%U``