]> 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 7a3cb66496713394ef1272cb8917dded150bea56..4c654cf0b56ad10d806fae9b1971fe3747339ec1 100644 (file)
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
   const OutBuf: Pointer; BufSize: Integer);
 
 const
-  zlib_version = '1.2.9';
+  zlib_version = '1.2.9.1';
 
 type
   EZlibError = class(Exception);