From 3e63dbc69cdad4bd1fc0ab813218192b86b78750 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 24 Apr 2014 19:24:11 +0000 Subject: Removed __DATE__ for reproducible builds. --- src/htshelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htshelp.c') diff --git a/src/htshelp.c b/src/htshelp.c index c4f406d..367f9bc 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -444,7 +444,7 @@ void help(char *app, int more) { infomsg("1"); if (more != 2) { sprintf(info, - "HTTrack version " HTTRACK_VERSION "%s (compiled " __DATE__ ")", + "HTTrack version " HTTRACK_VERSION "%s", hts_is_available()); infomsg(info); #ifdef HTTRACK_AFF_WARNING @@ -755,7 +755,7 @@ void help(char *app, int more) { infomsg("example: httrack --continue"); infomsg("continues a mirror in the current folder"); infomsg(""); - sprintf(info, "HTTrack version " HTTRACK_VERSION "%s (compiled " __DATE__ ")", + sprintf(info, "HTTrack version " HTTRACK_VERSION "%s", hts_is_available()); infomsg(info); infomsg("Copyright (C) 1998-2013 Xavier Roche and other contributors"); -- cgit v1.2.3