zlib 1.2.10

This commit is contained in:
Mark Adler
2017-01-02 17:53:59 -08:00
parent e13def040e
commit 4a090adef8
25 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.9.1';
zlib_version = '1.2.10';
type
EZlibError = class(Exception);