From e4444bb7b84b909bcec1079b1f37edcedef57fce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Sep 2009 00:21:49 +0000 Subject: version 2.11 git-svn-id: svn://tug.org/texlive/trunk@15569 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/epstopdf/epstopdf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build') 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 = < 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"; -- cgit v1.2.3