]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
Change version number to zlib 1.2.9.1.
[zlib.git] / contrib / delphi / ZLib.pas
index fe92819ecdd070cd23402f8e0b2fd02cc310903a..4c654cf0b56ad10d806fae9b1971fe3747339ec1 100644 (file)
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
   const OutBuf: Pointer; BufSize: Integer);
 
 const
-  zlib_version = '1.2.7.1';
+  zlib_version = '1.2.9.1';
 
 type
   EZlibError = class(Exception);