diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 22:38:26 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 22:38:26 -0700 |
commit | 2689b3cceb054f83d4d084ffc1db09606b0c2515 (patch) | |
tree | 26639bbf12105f39a9b5e6240346483d7ea189f0 /contrib/delphi/ZLib.pas | |
parent | 30a1c7065dc1dc2c2ed68ed403792b660bfdd805 (diff) | |
download | zlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.tar.gz zlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.tar.bz2 zlib-2689b3cceb054f83d4d084ffc1db09606b0c2515.zip |
Change version number to 1.2.7.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 f24bb3e..fe92819 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.7'; | 155 | zlib_version = '1.2.7.1'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |