Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / zlib / contrib / delphi / ZLib.pas
index 3f2b8b4..f24bb3e 100644 (file)
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
   const OutBuf: Pointer; BufSize: Integer);
 
 const
-  zlib_version = '1.2.3';
+  zlib_version = '1.2.7';
 
 type
   EZlibError = class(Exception);