summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl11
-rwxr-xr-xMaster/texmf/scripts/epstopdf/epstopdf.pl11
2 files changed, 12 insertions, 10 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl b/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
index be4875fe485..9fa433f2317 100755
--- a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
+++ b/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
@@ -79,24 +79,25 @@ use strict;
# * Simplified the (atend) support
# 2007/05/18 v.2.9.7gw (Gerben Wierda)
# * Merged both supplied 2.9.6 versions
-# 2007/07/18 v.2.9.8gw
-# 2008/08/26 v.2.9.9gw
+# 2007/07/18 v2.9.8gw
+# 2008/08/26 v2.9.9gw
# * Switch to embed fonts (default=yes) (J.P. Chretien)
# * turned no AutoRotatePages into an option (D. Kreil) (default = None)
# * Added resolution switch (D. Kreil)
# * Added BSD-style license
+# 2009/05/09 v2.9.10gw
+# * Changed cygwin name for ghostscript to gs
### program identification
my $program = "epstopdf";
my $filedate="2008/08/26";
-my $fileversion="2.9.9gw";
-my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2008 by Gerben Wierda et al. Free software under a BSD-style license.";
+my $fileversion="2.9.10gw";
+my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2009 by Gerben Wierda et al. Free software under a BSD-style license.";
my $title = "\U$program\E $fileversion, $filedate - $copyright\n";
### ghostscript command name
my $GS = "gs";
$GS = "gswin32c" if $^O eq 'MSWin32';
-$GS = "gswin32c" if $^O =~ /cygwin/;
### options
$::opt_help=0;
diff --git a/Master/texmf/scripts/epstopdf/epstopdf.pl b/Master/texmf/scripts/epstopdf/epstopdf.pl
index c0a9177eb09..9fa433f2317 100755
--- a/Master/texmf/scripts/epstopdf/epstopdf.pl
+++ b/Master/texmf/scripts/epstopdf/epstopdf.pl
@@ -79,24 +79,25 @@ use strict;
# * Simplified the (atend) support
# 2007/05/18 v.2.9.7gw (Gerben Wierda)
# * Merged both supplied 2.9.6 versions
-# 2007/07/18 v.2.9.8gw
-# 2008/08/26 v.2.9.9gw
+# 2007/07/18 v2.9.8gw
+# 2008/08/26 v2.9.9gw
# * Switch to embed fonts (default=yes) (J.P. Chretien)
# * turned no AutoRotatePages into an option (D. Kreil) (default = None)
# * Added resolution switch (D. Kreil)
# * Added BSD-style license
+# 2009/05/09 v2.9.10gw
+# * Changed cygwin name for ghostscript to gs
### program identification
my $program = "epstopdf";
my $filedate="2008/08/26";
-my $fileversion="2.9.9gw";
-my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2008 by Gerben Wierda et al. Free software under a BSD-style license.";
+my $fileversion="2.9.10gw";
+my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2009 by Gerben Wierda et al. Free software under a BSD-style license.";
my $title = "\U$program\E $fileversion, $filedate - $copyright\n";
### ghostscript command name
my $GS = "gs";
$GS = "gswin32c" if $^O eq 'MSWin32';
-###$GS = "gswin32c" if $^O =~ /cygwin/;
### options
$::opt_help=0;