diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 08:08:57 -0700 |
commit | 8a93f49c86044934de225a395d3b5b851879257c (patch) | |
tree | 8ba600cb3c5bc74a38f273683c9f9b6591865777 /contrib/delphi/ZLib.pas | |
parent | 0b166094092efa2b92200cbb67f390e86c181ab4 (diff) | |
download | zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.gz zlib-8a93f49c86044934de225a395d3b5b851879257c.tar.bz2 zlib-8a93f49c86044934de225a395d3b5b851879257c.zip |
Change version number to 1.2.7.2.
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 fe92819..05e426f 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.1'; | 155 | zlib_version = '1.2.7.2'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |