diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-10 13:38:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-10 13:38:25 +0000 |
commit | 160efd3ebc2d267b9be38be1e775ac2ebbf34999 (patch) | |
tree | 7550178aa0ef33997c2838143e8be0761d79fc9d /Build/source/texk/dtl/dt2dv.c | |
parent | ea3b0fa427c9a65fd076b411a362f2bacca32028 (diff) |
do not output timestamp in binary
git-svn-id: svn://tug.org/texlive/trunk@13696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dtl/dt2dv.c')
-rw-r--r-- | Build/source/texk/dtl/dt2dv.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/dtl/dt2dv.c b/Build/source/texk/dtl/dt2dv.c index 3bc817066f3..1b49875d331 100644 --- a/Build/source/texk/dtl/dt2dv.c +++ b/Build/source/texk/dtl/dt2dv.c @@ -3,8 +3,11 @@ This file is public domain. Originally written 1995, Geoffrey Tobin. - The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation. - This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin. + The author has expressed the hope that any modification will retain + enough content to remain useful. He would also appreciate being + acknowledged as the original author in the documentation. + This declaration added 2008/11/14 by Clea F. Rees with the permission + of Geoffrey Tobin. - version 0.6.1 - 14:38 GMT +11 Thu 9 March 1995 - Geoffrey Tobin G.Tobin@ee.latrobe.edu.au @@ -366,8 +369,8 @@ main fprintf (stderr, "\n"); fprintf (stderr, - "Program \"%s\" version %s compiled %s %s in %sstandard C.\n", - progname, VERSION, __DATE__, __TIME__, C_LEVEL); + "Program \"%s\" version %s compiled in %sstandard C.\n", + progname, VERSION, C_LEVEL); /* interpret command line arguments */ |