aboutsummaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-01-22 13:07:41 -0800
commit9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (patch)
tree1e8002609aafaecb4636d31601012ae7d131482a /contrib/delphi/ZLib.pas
parent51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (diff)
downloadzlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.gz
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.bz2
zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.zip
Change version number on develop branch to 1.3.1.1.
Diffstat (limited to 'contrib/delphi/ZLib.pas')
-rw-r--r--contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas
index 93fa4c9..a64b1a3 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
154const 154const
155 zlib_version = '1.3.1'; 155 zlib_version = '1.3.1.1';
156 156
157type 157type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);