diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:18:46 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:29:40 -0800 |
commit | cacf7f1d4e3d44d871b605da3b647f07d718623f (patch) | |
tree | f356f7c59f4741ad77d52f1cd5619a916df3b912 /contrib/delphi | |
parent | cbbd20302c6e3fb626bee5bd8b4932524049515c (diff) | |
download | zlib-1.2.11.tar.gz zlib-1.2.11.tar.bz2 zlib-1.2.11.zip |
zlib 1.2.11v1.2.11
Diffstat (limited to 'contrib/delphi')
-rw-r--r-- | contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 5f00f07..060e199 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas | |||
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; | |||
152 | const OutBuf: Pointer; BufSize: Integer); | 152 | const OutBuf: Pointer; BufSize: Integer); |
153 | 153 | ||
154 | const | 154 | const |
155 | zlib_version = '1.2.10.1'; | 155 | zlib_version = '1.2.11'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |