zlib 1.2.4.4

This commit is contained in:
Mark Adler
2011-09-09 23:34:45 -07:00
parent f4498bea28
commit a7d70663cf
22 changed files with 138 additions and 81 deletions

View File

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