summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-04 11:55:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-04 11:55:28 (GMT)
commit2d45ce8f574a9204a0462d5e27867fda53f09f05 (patch)
treee6ce8cd0415ba16e354de2c7599c45887540bef1 /compat/zlib/contrib/delphi/ZLib.pas
parentbe0289c6ab1c90cdc651dd4219d6566e68ff5d3e (diff)
parentbb26d0f8e56031df2d501621e957a8069a7b0cee (diff)
downloadtcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.zip
tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.gz
tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.bz2
merge core-8-6-branch
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);