summaryrefslogtreecommitdiff
path: root/contrib/delphi
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-29 19:25:44 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-29 21:15:24 -0800
commit7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e (patch)
treee299a5065a393241afc567aeed72280eee8a4ad2 /contrib/delphi
parente75de023b6cd7177c8e44ef1c72b74f5efde5418 (diff)
downloadzlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.gz
Change version number to 1.2.6.1.
Diffstat (limited to 'contrib/delphi')
-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 6daf8bb..9859f33 100644
--- a/contrib/delphi/ZLib.pas
+++ b/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.6';
+ zlib_version = '1.2.6.1';
type
EZlibError = class(Exception);