diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-24 19:24:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-24 19:24:11 +0000 |
commit | 3e63dbc69cdad4bd1fc0ab813218192b86b78750 (patch) | |
tree | b7bbc22d22ffd3aec727a63ec280a90a7bf8d341 /src/proxy/proxytrack.h | |
parent | 589b5ed78f89296eea5f20757b090ea4a89520ea (diff) |
Removed __DATE__ for reproducible builds.
Diffstat (limited to 'src/proxy/proxytrack.h')
-rw-r--r-- | src/proxy/proxytrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |