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