aboutsummaryrefslogtreecommitdiff
path: root/contrib/pascal/zlibpas.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2017-01-01 22:21:21 -0800
committerMark Adler <madler@alumni.caltech.edu>2017-01-01 22:24:17 -0800
commit20e472546e1fb3018cebe59040644f0b6198902d (patch)
treef81230f01dda44ed14ccf1f7a5264daa206e718b /contrib/pascal/zlibpas.pas
parent6bdca5060d25755fb1def3ae7a78d635215eff21 (diff)
downloadzlib-20e472546e1fb3018cebe59040644f0b6198902d.tar.gz
zlib-20e472546e1fb3018cebe59040644f0b6198902d.tar.bz2
zlib-20e472546e1fb3018cebe59040644f0b6198902d.zip
Change version number to zlib 1.2.9.1.
Diffstat (limited to '')
-rw-r--r--contrib/pascal/zlibpas.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas
index aebaea0..0ae6d75 100644
--- a/contrib/pascal/zlibpas.pas
+++ b/contrib/pascal/zlibpas.pas
@@ -10,8 +10,8 @@ unit zlibpas;
10interface 10interface
11 11
12const 12const
13 ZLIB_VERSION = '1.2.9'; 13 ZLIB_VERSION = '1.2.9.1';
14 ZLIB_VERNUM = $1290; 14 ZLIB_VERNUM = $1291;
15 15
16type 16type
17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;