summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-11 11:49:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-09-11 11:49:40 (GMT)
commitbf19bb5609b409c9c4043b22a7bbdb38354af73a (patch)
treeb0adea156126908463528e46815d3d38b798fe02 /Help/release
parent15b26ace186f08625337d59328ce5d7190cd5384 (diff)
parent014ad2989cb145586d6d32d90710a70fb9a23ad9 (diff)
downloadCMake-bf19bb5609b409c9c4043b22a7bbdb38354af73a.zip
CMake-bf19bb5609b409c9c4043b22a7bbdb38354af73a.tar.gz
CMake-bf19bb5609b409c9c4043b22a7bbdb38354af73a.tar.bz2
Merge topic 'timestamp'
014ad298 Timestamp: support %A and %B Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1228
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/timestamp.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/timestamp.rst b/Help/release/dev/timestamp.rst
new file mode 100644
index 0000000..e40009e
--- /dev/null
+++ b/Help/release/dev/timestamp.rst
@@ -0,0 +1,5 @@
+timestamp
+---------
+
+* The :command:`string(TIMESTAMP)` command now supports ``%A``
+ for full weekday name and ``%B`` for full month name.