diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-23 22:41:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-23 22:41:07 +0000 |
commit | af6a118fb5e7779ff5e57eb79e384f667d6bc648 (patch) | |
tree | 47c774d879a0105fc641b49857ed3435910e980a /Master/texmf-dist/scripts | |
parent | c41e14a6ed15b3e1fa667aaf5d14b58f0a057ffc (diff) |
pax (23apr11)
git-svn-id: svn://tug.org/texlive/trunk@22179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/pax/pax.jar | bin | 11465 -> 11465 bytes | |||
-rwxr-xr-x | Master/texmf-dist/scripts/pax/pdfannotextractor.pl | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/pax/pax.jar b/Master/texmf-dist/scripts/pax/pax.jar Binary files differindex baa06a02213..61b7b952ee8 100644 --- a/Master/texmf-dist/scripts/pax/pax.jar +++ b/Master/texmf-dist/scripts/pax/pax.jar diff --git a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl index 716da9b7bba..d111a305150 100755 --- a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl +++ b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl @@ -2,7 +2,7 @@ use strict; $^W=1; -# Copyright (C) 2008 Heiko Oberdiek +# Copyright (C) 2008, 2011 Heiko Oberdiek # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,10 +24,10 @@ $^W=1; my $name = 'PDFAnnotExtractor'; my $program = "\L$name\E"; my $file = "$program.pl"; -my $version = "0.1i"; -my $date = "2008/10/01"; +my $version = "0.1j"; +my $date = "2011/04/22"; my $author = "Heiko Oberdiek"; -my $copyright = "Copyright (c) 2008 by $author."; +my $copyright = "Copyright (c) 2008, 2011 by $author."; # History: # 2008/10/01 v0.1i: First version of the wrapper script. |