Include the date in the testament
This commit is contained in:
parent
bd804d3fe4
commit
7b1332c5c5
|
@ -489,8 +489,8 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx)
|
|||
|
||||
|
||||
slen = snprintf(buffer, sizeof buffer,
|
||||
"Built by %s (%s) from %s at revision %s\n\n",
|
||||
GECOS, USERNAME, WT_BRANCHPATH, WT_REVID);
|
||||
"Built by %s (%s) from %s at revision %s on %s\n\n",
|
||||
GECOS, USERNAME, WT_BRANCHPATH, WT_REVID, WT_COMPILEDATE);
|
||||
|
||||
msg.data.header_or_data.len = slen;
|
||||
if (fetch_about_send_callback(&msg, ctx))
|
||||
|
|
Loading…
Reference in New Issue