summaryrefslogtreecommitdiff
path: root/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-03-31 09:18:51 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-03-31 14:13:49 +0100
commitfa56e7d614b1af616deb6bbc8064f3b0ccf4254f (patch)
treedc85b8a72779439170f37e3eb7c97943ba0e6b5e /zlib/contrib/delphi/ZLib.pas
parent00f6bd069221701d054abc67909e80ff61561d75 (diff)
downloadghostpdl-fa56e7d614b1af616deb6bbc8064f3b0ccf4254f.tar.gz
Update zlib to 1.2.12gs9.56.0_zlib_1.2.12
Diffstat (limited to 'zlib/contrib/delphi/ZLib.pas')
-rw-r--r--zlib/contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/delphi/ZLib.pas b/zlib/contrib/delphi/ZLib.pas
index 060e19911..d40dad8a1 100644
--- a/zlib/contrib/delphi/ZLib.pas
+++ b/zlib/contrib/delphi/ZLib.pas
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
- zlib_version = '1.2.11';
+ zlib_version = '1.2.12';
type
EZlibError = class(Exception);