diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 14:07:56 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 14:12:15 -0800 |
| commit | dd625a9dfb8f4a6787f8efdb227f7bd860480d7c (patch) | |
| tree | fb3f19f3a4714b7e0f57afef194fca9c182249dc /contrib/delphi | |
| parent | da607da739fa6047df13e66a2af6b8bec7c2a498 (diff) | |
| download | zlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.tar.gz zlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.tar.bz2 zlib-dd625a9dfb8f4a6787f8efdb227f7bd860480d7c.zip | |
Change version number on develop branch to 1.3.2.1.
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 cda3b09e..ef9047eb 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.2'; | 155 | zlib_version = '1.3.2.1'; |
| 156 | 156 | ||
| 157 | type | 157 | type |
| 158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |
