summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-19 14:47:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-02-19 14:47:39 (GMT)
commitc387325d4adb69e411f0832e6e3949ba2a4a7f79 (patch)
treea80317146e1f2ae698ece485944ffb4feccfc55a /Help/release
parent3e3a12a4ab5989a34fece99db9002db3822f5924 (diff)
parent6727270b75eec4e379acd4a39f5003a316249c73 (diff)
downloadCMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.zip
CMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.tar.gz
CMake-c387325d4adb69e411f0832e6e3949ba2a4a7f79.tar.bz2
Merge topic 'unix-timestamps'
6727270b CMake: Extend TIMESTAMP sub-commands with new unix time format specifier
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/unix-timestamps.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/unix-timestamps.rst b/Help/release/dev/unix-timestamps.rst
new file mode 100644
index 0000000..cdb0e5b
--- /dev/null
+++ b/Help/release/dev/unix-timestamps.rst
@@ -0,0 +1,6 @@
+unix-timestamps
+---------------
+
+* The :command:`string(TIMESTAMP)` and :command:`file(TIMESTAMP)`
+ commands gained support for the ``%s`` placeholder. This is
+ the number of seconds since the UNIX Epoch.