diff options
author | Mark Adler <fork@madler.net> | 2022-10-12 17:54:34 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-12 22:06:55 -0700 |
commit | 04f42ceca40f73e2978b50e93806c2a18c1281fc (patch) | |
tree | 4c576e2421e995c55445f48ff1a8153baa9ffd64 /contrib/delphi | |
parent | aefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff) | |
download | zlib-1.2.13.tar.gz zlib-1.2.13.tar.bz2 zlib-1.2.13.zip |
zlib 1.2.13v1.2.13
Diffstat (limited to 'contrib/delphi')
-rw-r--r-- | contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas index 495571b..8be5fa2 100644 --- a/contrib/delphi/ZLib.pas +++ b/contrib/delphi/ZLib.pas | |||
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; | |||
152 | const OutBuf: Pointer; BufSize: Integer); | 152 | const OutBuf: Pointer; BufSize: Integer); |
153 | 153 | ||
154 | const | 154 | const |
155 | zlib_version = '1.2.12.1'; | 155 | zlib_version = '1.2.13'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |