diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-30 00:21:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-30 00:21:49 +0000 |
commit | e4444bb7b84b909bcec1079b1f37edcedef57fce (patch) | |
tree | 98f50aecc421baaf77bcb7a21966953ed9364e40 /Build | |
parent | 7e02a3f544856de42857cbe47f5b6c568d3524f5 (diff) |
version 2.11
git-svn-id: svn://tug.org/texlive/trunk@15569 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/utils/epstopdf/epstopdf.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/epstopdf/epstopdf.pl b/Build/source/utils/epstopdf/epstopdf.pl index 04905672f09..26c4e6f60f9 100755 --- a/Build/source/utils/epstopdf/epstopdf.pl +++ b/Build/source/utils/epstopdf/epstopdf.pl @@ -122,7 +122,7 @@ use strict; ### program identification my $program = "epstopdf"; -my $program_ident = '$Id$'; +my $ident = '($Id$) 2.11'; my $copyright = <<END_COPYRIGHT ; Copyright 1998-2001 Sebastian Rahtz et al. Copyright 2002-2009 Gerben Wierda et al. @@ -131,7 +131,7 @@ License RBSD: Revised BSD <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. END_COPYRIGHT -my $title = "$program $program_ident\n"; +my $title = "$program $ident\n"; ### ghostscript command name my $GS = "gs"; |