summaryrefslogtreecommitdiffstats
path: root/Source
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 /Source
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 'Source')
-rw-r--r--Source/cmTimestamp.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTimestamp.cxx b/Source/cmTimestamp.cxx
index 4dea24c..9fb79d9 100644
--- a/Source/cmTimestamp.cxx
+++ b/Source/cmTimestamp.cxx
@@ -123,7 +123,9 @@ std::string cmTimestamp::AddTimestampComponent(char flag,
switch (flag) {
case 'a':
+ case 'A':
case 'b':
+ case 'B':
case 'd':
case 'H':
case 'I':