summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-13 15:40:47 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-13 15:40:47 (GMT)
commit994e98bf415183a6b360f05a43cedf53778e5a7a (patch)
tree5248ea7bc129bc721f24fc4230f1defcf97c42cf /Help/release
parentf51f4ee9a34faeeb6ed22ea4e894dbac7572abc7 (diff)
parent410add400803340581eccf5ac1c83c8d4e40ad5a (diff)
downloadCMake-994e98bf415183a6b360f05a43cedf53778e5a7a.zip
CMake-994e98bf415183a6b360f05a43cedf53778e5a7a.tar.gz
CMake-994e98bf415183a6b360f05a43cedf53778e5a7a.tar.bz2
Merge topic 'timestamp-names'
410add40 Help: Add notes for topic 'timestamp-names' 751f7b52 string(TIMESTAMP ...): add '%a' and '%b' format specifiers
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/timestamp-names.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/timestamp-names.rst b/Help/release/dev/timestamp-names.rst
new file mode 100644
index 0000000..ea54b5c
--- /dev/null
+++ b/Help/release/dev/timestamp-names.rst
@@ -0,0 +1,6 @@
+timestamp-names
+---------------
+
+* The :command:`string(TIMESTAMP)` and :command:`file(TIMESTAMP)`
+ commands gained support for the ``%a`` and ``%b`` placeholders.
+ These are the abbreviated weekday and month names.