diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-30 01:05:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-30 01:05:48 (GMT) |
commit | 77befed765bd876b11882607e8bdf4eb976df127 (patch) | |
tree | cdbe5db833ad956ae007bda88564cb455442ad9f /compat/zlib/contrib/delphi | |
parent | f193bb719a2961f02094c50c2fdd95fa5b5357fb (diff) | |
parent | 6a1cc41ccac84140abbe6011995eefbf2e8a4435 (diff) | |
download | tcl-77befed765bd876b11882607e8bdf4eb976df127.zip tcl-77befed765bd876b11882607e8bdf4eb976df127.tar.gz tcl-77befed765bd876b11882607e8bdf4eb976df127.tar.bz2 |
merge trunk
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 f24bb3e..a579974 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.7'; + zlib_version = '1.2.8'; type EZlibError = class(Exception); |