]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
zlib 1.2.4.4
[zlib.git] / contrib / delphi / ZLib.pas
index 6ed89cecb391a5631e8f2a50ea5bab5b59b283d7..c1094c67dbdab1d30515814e792daa8f0f86b69f 100644 (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);