diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 10:23:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-16 10:23:14 (GMT) |
commit | d97147c2533ecc33102bb142a541dfe148ae7224 (patch) | |
tree | 309a65fb563311f443c3ad53446129687e560148 /compat/zlib/contrib/delphi | |
parent | 5aa91d462f499acb220fa05f682126b95bccde24 (diff) | |
download | tcl-d97147c2533ecc33102bb142a541dfe148ae7224.zip tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.gz tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.bz2 |
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/contrib/delphi')
-rw-r--r-- | compat/zlib/contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/contrib/delphi/ZLib.pas b/compat/zlib/contrib/delphi/ZLib.pas index e9d72f0..060e199 100644 --- a/compat/zlib/contrib/delphi/ZLib.pas +++ b/compat/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.10'; + zlib_version = '1.2.11'; type EZlibError = class(Exception); |