diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-12 17:55:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-12 17:55:50 +0000 |
commit | 8c2defb5e8e3b047801432524904f5888ef781c1 (patch) | |
tree | 32c6e035a317eac249b110f14f96dbcdc1aac2ba /Build/source | |
parent | 82ecf1b5460f876538af04935bf78bc51414a55e (diff) |
v2.19, history
git-svn-id: svn://tug.org/texlive/trunk@30419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/extra/epstopdf/epstopdf.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/extra/epstopdf/epstopdf.pl b/Build/source/extra/epstopdf/epstopdf.pl index c3496958187..983e08f399e 100755 --- a/Build/source/extra/epstopdf/epstopdf.pl +++ b/Build/source/extra/epstopdf/epstopdf.pl @@ -43,6 +43,8 @@ # # emacs-page # History +# 2013/05/12 v2.19 (Karl Berry) +# * explain option naming conventions (= defaults for Getopt::Long). # 2012/05/22 v2.18 (Karl Berry) # * use /usr/bin/env, since Ruby has apparently required #! for years, # and we rely on it for our other scripts, so why not. @@ -154,9 +156,9 @@ ### program identification my $program = "epstopdf"; -my $ident = '($Id$) 2.18'; +my $ident = '($Id$) 2.19'; my $copyright = <<END_COPYRIGHT ; -Copyright 2009-2012 Karl Berry et al. +Copyright 2009-2013 Karl Berry et al. Copyright 2002-2009 Gerben Wierda et al. Copyright 1998-2001 Sebastian Rahtz et al. License RBSD: Revised BSD <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5> |