]> git.saurik.com Git - apt-legacy.git/blobdiff - cmdline/apt-config.cc
Removed a number of evil timestamps from builds.
[apt-legacy.git] / cmdline / apt-config.cc
index f154cd881065098a980fabf0182e4ae89f824bbe..2a231081f8beb0cf49a7852df3402a484c40ab64 100644 (file)
@@ -71,8 +71,8 @@ bool DoDump(CommandLine &CmdL)
 /* */
 int ShowHelp()
 {
-   ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-           COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
+   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
+           COMMON_OS,COMMON_CPU);
    if (_config->FindB("version") == true)
       return 0;