aboutsummaryrefslogtreecommitdiff
path: root/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/contrib/delphi/ZLib.pas')
-rw-r--r--zlib/contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/delphi/ZLib.pas b/zlib/contrib/delphi/ZLib.pas
index 3f2b8b4a5..f24bb3eda 100644
--- a/zlib/contrib/delphi/ZLib.pas
+++ b/zlib/contrib/delphi/ZLib.pas
@@ -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);