diff options
author | Martin Schröder <martin@oneiros.de> | 2007-01-31 21:21:03 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2007-01-31 21:21:03 +0000 |
commit | 0a561962a632af39cb4d18a69f6ac0f7509e3453 (patch) | |
tree | 5a46cd7cdc20cabf3a4539a3340b1146857143ea /Build/source/libs | |
parent | fbd7c58833aeabafd2bd9f2d85fe1e3e13ac2302 (diff) |
pdftex 1.40.2
git-svn-id: svn://tug.org/texlive/trunk@3839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/xpdf/xpdf/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/xpdf/xpdf/config.h b/Build/source/libs/xpdf/xpdf/config.h index 4c8f75673d5..0bd5541c2b0 100644 --- a/Build/source/libs/xpdf/xpdf/config.h +++ b/Build/source/libs/xpdf/xpdf/config.h @@ -24,8 +24,9 @@ #define xpdfUpdateVersionStr "0" // supported PDF version -#define supportedPDFVersionStr "1.5" -#define supportedPDFVersionNum 1.5 +// xpdf says only 1.5, but 1.7 is the same for pdfTeX's purpose +#define supportedPDFVersionStr "1.7" +#define supportedPDFVersionNum 1.7 // copyright notice #define xpdfCopyright "Copyright 1996-2005 Glyph & Cog, LLC" |