diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 18:58:46 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 18:58:46 -0700 |
commit | 388a285cb89048a5a4aa656dc377c6cf0a53cdf0 (patch) | |
tree | 653d1136e374fc70cb5cbfc054289896193861e6 /contrib/delphi/ZLib.pas | |
parent | 139c67fc879b0836dcc1285947f0d353efe42e2d (diff) | |
download | zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.gz zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.bz2 zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.zip |
Change version number to 1.2.7.3.
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 05e426f..b0b5171 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.2'; | 155 | zlib_version = '1.2.7.3'; |
156 | 156 | ||
157 | type | 157 | type |
158 | EZlibError = class(Exception); | 158 | EZlibError = class(Exception); |