diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 22:46:03 -0800 |
commit | 7d60b86782f96854974fdec6f17cb95cfaf020a6 (patch) | |
tree | 46886deb09bf103b49e84cc7aaaa9f1cf9923c1f /contrib/delphi/ZLib.pas | |
parent | cacf7f1d4e3d44d871b605da3b647f07d718623f (diff) | |
download | zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.gz zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.tar.bz2 zlib-7d60b86782f96854974fdec6f17cb95cfaf020a6.zip |
Change version number to 1.2.11.1.
Diffstat (limited to '')
-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 060e199..dd63f2f 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.11'; | 155 | zlib_version = '1.2.11.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |