summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-15 09:18:46 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-15 09:29:40 -0800
commitcacf7f1d4e3d44d871b605da3b647f07d718623f (patch)
treef356f7c59f4741ad77d52f1cd5619a916df3b912 /contrib/delphi
parentcbbd20302c6e3fb626bee5bd8b4932524049515c (diff)
downloadzlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz
zlib 1.2.11v1.2.11
Diffstat (limited to 'contrib/delphi')
-rw-r--r--contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas
index 5f00f07..060e199 100644
--- a/contrib/delphi/ZLib.pas
+++ b/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.10.1';
+ zlib_version = '1.2.11';
type
EZlibError = class(Exception);