diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-02 00:03:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-02 00:03:57 +0000 |
commit | 9bed658d6e82bcd183d49e4da7e72fd414eea759 (patch) | |
tree | f01b591388b1ed59955edad8f3976beb1040dca1 /Master/texmf-dist/scripts | |
parent | 9ef2c44b41c76e9d4d9abae54f2caac6877a6911 (diff) |
pax 0.1k (6jul11)
git-svn-id: svn://tug.org/texlive/trunk@23306 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 | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/pax/pax.jar b/Master/texmf-dist/scripts/pax/pax.jar Binary files differindex 61b7b952ee8..e6614f8cc6f 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 d111a305150..a26ae11c23c 100755 --- a/Master/texmf-dist/scripts/pax/pdfannotextractor.pl +++ b/Master/texmf-dist/scripts/pax/pdfannotextractor.pl @@ -24,8 +24,8 @@ $^W=1; my $name = 'PDFAnnotExtractor'; my $program = "\L$name\E"; my $file = "$program.pl"; -my $version = "0.1j"; -my $date = "2011/04/22"; +my $version = "0.1k"; +my $date = "2011/07/06"; my $author = "Heiko Oberdiek"; my $copyright = "Copyright (c) 2008, 2011 by $author."; |