diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-16 18:35:05 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-16 18:35:05 +0000 |
commit | 9acb8ddf3e7cf312de229eae11e0a1df29548ec9 (patch) | |
tree | 134aeb9aadb88e8719595edaaa40522b99d2a56a /zlib/contrib/delphi/ZLib.pas | |
parent | 50605a7f19869692a6c29cead0a1366a420e0e65 (diff) | |
download | gcc-9acb8ddf3e7cf312de229eae11e0a1df29548ec9.zip gcc-9acb8ddf3e7cf312de229eae11e0a1df29548ec9.tar.gz gcc-9acb8ddf3e7cf312de229eae11e0a1df29548ec9.tar.bz2 |
2012-11-16 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.7; merged local changes.
From-SVN: r193574
Diffstat (limited to 'zlib/contrib/delphi/ZLib.pas')
-rw-r--r-- | zlib/contrib/delphi/ZLib.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/delphi/ZLib.pas b/zlib/contrib/delphi/ZLib.pas index 0d86fb5..f24bb3e 100644 --- a/zlib/contrib/delphi/ZLib.pas +++ b/zlib/contrib/delphi/ZLib.pas @@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; const OutBuf: Pointer; BufSize: Integer); const - zlib_version = '1.2.5'; + zlib_version = '1.2.7'; type EZlibError = class(Exception); |