]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/delphi/ZLib.pas
zlib 1.2.10
[zlib.git] / contrib / delphi / ZLib.pas
index 0d86fb52fcf9a0d940adb6245e7718cea5aad416..e9d72f021da16a18e9dc57e28a4fb4ff296ca1ba 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.10';
 
 type
   EZlibError = class(Exception);