Codebase list pnm2ppa / 9252ab2
Drop usage of __DATE__ and __TIME__, hindering build reproducibility. Last-Update: 2016-02-26 Didier Raboud 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
731731
732732 case 2:
733733 /* --version (output to stderr, not syslog) */
734 fprintf(stderr,"%s %s %s %s %s\n",
734 fprintf(stderr,"%s %s %s\n",
735735 *argv, gMessages[LOG_VERSION],
736 VERSION, __DATE__, __TIME__);
736 VERSION);
737737 exit (0);
738738 break;
739739