]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
zlib 1.2.9
[zlib.git] / contrib / delphi / ZLib.pas
index b2cbfadae6cef073545b32308a2eae191a1ab243..7a3cb66496713394ef1272cb8917dded150bea56 100644 (file)
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
   const OutBuf: Pointer; BufSize: Integer);
 
 const
-  zlib_version = '1.2.8.1';
+  zlib_version = '1.2.9';
 
 type
   EZlibError = class(Exception);