diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 02:31:51 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 04:47:06 -0800 |
| commit | 9e35567064baded660f61732b247ef5abc809014 (patch) | |
| tree | 79b5a06f88838dd54f90f821e8650254abfedb7e /contrib/delphi | |
| parent | 890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff) | |
| download | zlib-9e35567064baded660f61732b247ef5abc809014.tar.gz zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2 zlib-9e35567064baded660f61732b247ef5abc809014.zip | |
Version 1.3.2
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 b167b69c..cda3b09e 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.3.1.2'; | 155 | zlib_version = '1.3.2'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
