summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-04-24 19:24:11 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-04-24 19:24:11 +0000
commit3e63dbc69cdad4bd1fc0ab813218192b86b78750 (patch)
treeb7bbc22d22ffd3aec727a63ec280a90a7bf8d341 /src
parent589b5ed78f89296eea5f20757b090ea4a89520ea (diff)
Removed __DATE__ for reproducible builds.
Diffstat (limited to 'src')
-rw-r--r--src/htshelp.c4
-rw-r--r--src/proxy/proxytrack.h2
2 files changed, 3 insertions, 3 deletions
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");
diff --git a/src/proxy/proxytrack.h b/src/proxy/proxytrack.h
index 0996f50..e17c478 100644
--- a/src/proxy/proxytrack.h
+++ b/src/proxy/proxytrack.h
@@ -91,7 +91,7 @@ HTS_UNUSED static void proxytrack_print_log(const char *severity, const char *fo
/* Header for generated pages */
#define PROXYTRACK_COMMENT_HEADER \
- "<!-- Generated by ProxyTrack " PROXYTRACK_VERSION " build " __DATE__ " -->\r\n" \
+ "<!-- Generated by ProxyTrack " PROXYTRACK_VERSION " -->\r\n" \
"<!-- This is an add-on for HTTrack " HTTRACK_VERSIONID " -->\r\n"
/* See IE "feature" (MSKB Q294807) */