diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-10-15 09:02:21 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-10-15 09:02:21 -0700 |
commit | 41fda48fc264ed0cfe612f64a462bacac09f735e (patch) | |
tree | 5e0358bc99830338088ac9d14809f4a3e00a7cbc /contrib/delphi/ZLib.pas | |
parent | 04f42ceca40f73e2978b50e93806c2a18c1281fc (diff) | |
download | zlib-41fda48fc264ed0cfe612f64a462bacac09f735e.tar.gz zlib-41fda48fc264ed0cfe612f64a462bacac09f735e.tar.bz2 zlib-41fda48fc264ed0cfe612f64a462bacac09f735e.zip |
Change version number on develop branch to 1.2.13.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 8be5fa2..d4f80ae 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.13'; | 155 | zlib_version = '1.2.13.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |