]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - zlib/contrib/delphi/ZLib.pas
Rebase the zlib sources to the 1.2.12 release
[thirdparty/binutils-gdb.git] / zlib / contrib / delphi / ZLib.pas
index 060e1991186b1968ecc9443b51ae8a08c0f14b34..d40dad8a11dc227e910d1ddf07632a37d6c4bbe6 100644 (file)
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
   const OutBuf: Pointer; BufSize: Integer);
 
 const
-  zlib_version = '1.2.11';
+  zlib_version = '1.2.12';
 
 type
   EZlibError = class(Exception);