From 7b1332c5c51897efa34298e076488136dc1bb5b9 Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (fatigue)" Date: Wed, 4 Jun 2014 12:10:42 +0100 Subject: Include the date in the testament --- content/fetchers/about.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fetchers/about.c') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index b2aeeb35e..17f220932 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -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)) -- cgit v1.2.3