diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-09 22:45:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-09 22:45:52 +0000 |
commit | d3523ee5fdfa958264bc8c11d11b8b3c86ecbc2d (patch) | |
tree | 4e7c2c970b860eacb5b49032c17a242e1a937a8c /Build | |
parent | 4b57184ddcc2da56246d4e1462ac52620e499aea (diff) |
thumbpdf (9apr12)
git-svn-id: svn://tug.org/texlive/trunk@25897 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl b/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl index c18e50262ba..dda3ad3d26d 100755 --- a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl +++ b/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl @@ -5,7 +5,7 @@ $^W=1; # turn warning on # # thumbpdf.pl # -# Copyright (C) 1999-2011 Heiko Oberdiek. +# Copyright (C) 1999-2012 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.13"; -my $date = "2011/08/10"; +my $version = "3.14"; +my $date = "2012/04/09"; my $author = "Heiko Oberdiek"; -my $copyright = "Copyright (c) 1999-2011 by $author."; +my $copyright = "Copyright (c) 1999-2012 by $author."; # # Reqirements: Perl5, Ghostscript # History: @@ -149,6 +149,7 @@ my $copyright = "Copyright (c) 1999-2011 by $author."; # * \input is used with file name extension for "thumbpdf.tex". # 2011/08/10 v3.13 # * Use gswin64c in Windows with 64 bits. +# 2012/04/09 v3.14 # ### program identification |