summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-18 10:11:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-18 10:11:48 +0000
commit4f05dd91a9a12fc2932fa4ac6aabce906eb07419 (patch)
tree66547d1a06626aadbee8d8484cb750745a2b4e73 /cpukit/zlib/contrib/delphi/ZLib.pas
parentImport from zlib-1.2.5 (diff)
downloadrtems-4f05dd91a9a12fc2932fa4ac6aabce906eb07419.tar.bz2
Import from zlib-1.2.5
Diffstat (limited to 'cpukit/zlib/contrib/delphi/ZLib.pas')
-rw-r--r--cpukit/zlib/contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/zlib/contrib/delphi/ZLib.pas b/cpukit/zlib/contrib/delphi/ZLib.pas
index 179f9a90cc..0d86fb52fc 100644
--- a/cpukit/zlib/contrib/delphi/ZLib.pas
+++ b/cpukit/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.4';
+ zlib_version = '1.2.5';
type
EZlibError = class(Exception);