summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-03 10:43:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-03 10:43:32 (GMT)
commitbb26d0f8e56031df2d501621e957a8069a7b0cee (patch)
treed106ca1df1d76d2e34e97a5608305f757851906d /compat/zlib/contrib/delphi/ZLib.pas
parent4395e77d2723127865371a24efadb967a9617239 (diff)
downloadtcl-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/ZLib.pas')
-rw-r--r--compat/zlib/contrib/delphi/ZLib.pas2
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);