]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
Change version number to 1.2.7.2.
[zlib.git] / contrib / delphi / ZLib.pas
index fe92819ecdd070cd23402f8e0b2fd02cc310903a..05e426f17ac13045cef1fd37a4ae4c975f994c89 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.7.2';
 
 type
   EZlibError = class(Exception);