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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index eb1cce7..988f53f 100644 --- a/vis.c +++ b/vis.c @@ -792,7 +792,7 @@ static void vis_args(Vis *vis, int argc, char *argv[]) { end_of_options = true; break; case 'v': - vis_die(vis, "vis %s, compiled " __DATE__ " " __TIME__ "\n", VERSION); + vis_die(vis, "vis %s\n", VERSION); break; case '\0': break; -- cgit v1.2.3