From 3fef29d9155ccf016fa74be5b19e05aeace5e2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 25 Mar 2016 09:03:23 +0100 Subject: vis: remove __DATE__ and __TIME__ references to aid with reproducible builds --- vis-cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-cmds.c') diff --git a/vis-cmds.c b/vis-cmds.c index 055cdd3..a86e034 100644 --- a/vis-cmds.c +++ b/vis-cmds.c @@ -1000,7 +1000,7 @@ static bool cmd_help(Vis *vis, Filerange *range, enum CmdOpt opt, const char *ar Text *txt = vis->win->file->text; - text_appendf(txt, "vis %s, compiled " __DATE__ " " __TIME__ "\n\n", VERSION); + text_appendf(txt, "vis %s\n\n", VERSION); text_appendf(txt, " Modes\n\n"); for (int i = 0; i < LENGTH(vis_modes); i++) { -- cgit v1.2.3