summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/thumbpdf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-16 00:54:35 +0000
committerKarl Berry <karl@freefriends.org>2008-04-16 00:54:35 +0000
commit2229e9609b857647d6d281c45c4b8ebb2a49daa2 (patch)
tree88d338a73c24ad390cd87a5d6da6a948bd620c42 /Master/texmf-dist/scripts/thumbpdf
parent5831944cc2cd4e07c04e65778dc7123ae29d1a5f (diff)
thumbpdf update (15apr08)
git-svn-id: svn://tug.org/texlive/trunk@7439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/thumbpdf')
-rwxr-xr-xMaster/texmf-dist/scripts/thumbpdf/thumbpdf.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
index b18a89cf88e..6c1218bf59f 100755
--- a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
+++ b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
@@ -5,7 +5,7 @@ $^W=1; # turn warning on
#
# thumbpdf.pl
#
-# Copyright (C) 1999-2005, 2007 Heiko Oberdiek.
+# Copyright (C) 1999-2008 Heiko Oberdiek.
#
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@ $^W=1; # turn warning on
#
my $file = "thumbpdf.pl";
my $program = uc($&) if $file =~ /^\w+/;
-my $version = "3.9";
-my $date = "2007/11/07";
+my $version = "3.10";
+my $date = "2008/04/13";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 1999-2005, 2007 by $author.";
+my $copyright = "Copyright (c) 1999-2008 by $author.";
#
# Reqirements: Perl5, Ghostscript
# History:
@@ -144,6 +144,7 @@ my $copyright = "Copyright (c) 1999-2005, 2007 by $author.";
# * Fix because of pdfTeX 1.30.
# 2007/11/07 v3.9:
# * Deprecation warning of perl 5.8.8 fixed.
+# 2008/04/13 v3.10
#
### program identification