]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
zlib 1.2.11
[zlib.git] / contrib / delphi / ZLib.pas
index 5f00f07b1ee2299a9a21903b39df88b1a17f4e33..060e1991186b1968ecc9443b51ae8a08c0f14b34 100644 (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);