diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-03 10:43:32 (GMT) |
commit | bb26d0f8e56031df2d501621e957a8069a7b0cee (patch) | |
tree | d106ca1df1d76d2e34e97a5608305f757851906d /compat/zlib/contrib/delphi | |
parent | 4395e77d2723127865371a24efadb967a9617239 (diff) | |
download | tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.zip tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.gz tcl-bb26d0f8e56031df2d501621e957a8069a7b0cee.tar.bz2 |
Update zlib to version 1.2.10. Dll's and *.lib files not updated yet
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 7a3cb66..e9d72f0 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.9'; + zlib_version = '1.2.10'; type EZlibError = class(Exception); |