summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 23:33:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-03 23:33:16 (GMT)
commit9a5675d33fed114eab1c0c2db4d70ff4b85ea597 (patch)
treec6f8a5a12c00a3394a7a79fa2be6a4ecf065beed /compat/zlib/contrib/delphi/ZLib.pas
parent1b8b1325832f5d25e6db0c5b7839dada981562f5 (diff)
downloadtcl-zlib_1_2_6.zip
tcl-zlib_1_2_6.tar.gz
tcl-zlib_1_2_6.tar.bz2
[Frq 3483854] zlib-1.2.6zlib_1_2_6
Not to be merged to trunk until the official zlib1.dll is released as well!!!
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 0d86fb5..6daf8bb 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.5';
+ zlib_version = '1.2.6';
type
EZlibError = class(Exception);