zlib 1.2.11

This commit is contained in:
Mark Adler
2017-01-15 09:18:46 -08:00
parent cbbd20302c
commit cacf7f1d4e
29 changed files with 58 additions and 54 deletions

View File

@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
zlib_version = '1.2.10.1';
zlib_version = '1.2.11';
type
EZlibError = class(Exception);