diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-17 00:37:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-17 00:37:11 +0000 |
commit | c6aff738dd28f8d2c09756543638a22c4c543846 (patch) | |
tree | 6e850efae1a818d8205d9475abd687da54f89869 /Master/texmf-dist/scripts/pdfjam/pdfflip | |
parent | 73cd5c082800b6704a33df225536f0d8f761c42f (diff) |
pdfjam (16nov10)
git-svn-id: svn://tug.org/texlive/trunk@20459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pdfjam/pdfflip')
-rwxr-xr-x | Master/texmf-dist/scripts/pdfjam/pdfflip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/pdfjam/pdfflip b/Master/texmf-dist/scripts/pdfjam/pdfflip index b3d37c73ce6..3088e56a3e9 100755 --- a/Master/texmf-dist/scripts/pdfjam/pdfflip +++ b/Master/texmf-dist/scripts/pdfjam/pdfflip @@ -4,6 +4,6 @@ ## ## Author David Firth (http://go.warwick.ac.uk/dfirth) ## -## This is a simple wrapper for pdfjam, version 2.06 +## This is a simple wrapper for pdfjam, version 2.08 ## exec pdfjam --suffix flipped --reflect true --fitpaper true "$@" |