diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:35:10 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:35:10 -0700 |
commit | 9712272c78b9d9c93746d9c8e156a3728c65ca72 (patch) | |
tree | 61cc13495f0688608e4f368ab5b8385f6ca0f858 /contrib/delphi/ZLib.pas | |
parent | 73014202489f913dbffc91d22089ea8a8920c054 (diff) | |
download | zlib-1.2.5.tar.gz zlib-1.2.5.tar.bz2 zlib-1.2.5.zip |
zlib 1.2.5v1.2.5
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 0496ee4..0d86fb5 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.4.5'; | 155 | zlib_version = '1.2.5'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |