diff options
| author | Xin LI <delphij@FreeBSD.org> | 2017-01-17 05:47:05 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2017-01-17 05:47:05 +0000 |
| commit | 850069632c2fff654128eb4e6bcb6234cf668927 (patch) | |
| tree | 9860bc0519cd1640da52031dca7e51b41a312a30 /contrib/delphi | |
| parent | ea3017ea00ba1406ff086ec8a56fdc22c0871885 (diff) | |
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 e9d72f021da16..060e1991186b1 100644 --- a/contrib/delphi/ZLib.pas +++ b/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.10'; + zlib_version = '1.2.11'; type EZlibError = class(Exception); |
