diff options
| author | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
| commit | 570720b0c24f9686c33f35a1b3165c1f568b96be (patch) | |
| tree | 76df0b0062100759f09151fba56122d8e4a9b417 /contrib/delphi | |
| parent | 9aa11a7ed2240b1ccaa15fb5c74a639e6d6220d9 (diff) | |
| download | zlib-1.3.1.2.tar.gz zlib-1.3.1.2.tar.bz2 zlib-1.3.1.2.zip | |
Interim version for an audit.
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 a64b1a3..b167b69 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.1'; | 155 | zlib_version = '1.3.1.2'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
