diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 18:07:49 -0700 |
commit | a4c17581d8fd9dc38d498430825d148fe7177881 (patch) | |
tree | 5c9b485ce459a9c3517a8f9658442f3b1284a402 /contrib/delphi/ZLib.pas | |
parent | 21767c654d31d2dccdde4330529775c6c5fd5389 (diff) | |
download | zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.gz zlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.bz2 zlib-a4c17581d8fd9dc38d498430825d148fe7177881.zip |
Change version number on develop branch to 1.2.12.1.
Diffstat (limited to 'contrib/delphi/ZLib.pas')
-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 d40dad8..495571b 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'; | 155 | zlib_version = '1.2.12.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |