Skip to content

Commit

Permalink
Merge pull request #10 from mikek2/master
Browse files Browse the repository at this point in the history
Removed date from display_version function to support reproducibility
  • Loading branch information
moinejf committed Nov 14, 2017
2 parents 755805f + e57a950 commit 5949086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abcm2ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ static void display_version(int full)
fputs("abcm2ps-" VERSION " (" VDATE ")\n", log);
if (!full)
return;
fputs("Compiled: " __DATE__ "\n"
"Options:"
fputs("Options:"
#ifdef A4_FORMAT
" A4_FORMAT"
#endif
Expand Down

0 comments on commit 5949086

Please sign in to comment.