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