From af6a118fb5e7779ff5e57eb79e384f667d6bc648 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 23 Apr 2011 22:41:07 +0000 Subject: pax (23apr11) git-svn-id: svn://tug.org/texlive/trunk@22179 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/pax/pax.jar | Bin 11465 -> 11465 bytes Master/texmf-dist/scripts/pax/pdfannotextractor.pl | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/scripts/pax') diff --git a/Master/texmf-dist/scripts/pax/pax.jar b/Master/texmf-dist/scripts/pax/pax.jar index baa06a02213..61b7b952ee8 100644 Binary files a/Master/texmf-dist/scripts/pax/pax.jar and b/Master/texmf-dist/scripts/pax/pax.jar differ 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. -- cgit v1.2.3