summaryrefslogtreecommitdiff
path: root/contrib/pascal/zlibpas.pas
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-11 11:16:41 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-11 11:16:41 -0700
commitd6cbbd5c64e522fda640b69edc5b00e0e339983d (patch)
treecc5e683cf5a1ddd6783094d51122f4eddfbac921 /contrib/pascal/zlibpas.pas
parent10daf0d4d7815447799d555d04d30325836e1d44 (diff)
downloadzlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.tar.gz
zlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.tar.bz2
zlib-d6cbbd5c64e522fda640b69edc5b00e0e339983d.zip
Change version numbers to 1.2.5.2 and release dates
Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them.
Diffstat (limited to 'contrib/pascal/zlibpas.pas')
-rw-r--r--contrib/pascal/zlibpas.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas
index 6f49482..e34f356 100644
--- a/contrib/pascal/zlibpas.pas
+++ b/contrib/pascal/zlibpas.pas
@@ -10,7 +10,7 @@ unit zlibpas;
10interface 10interface
11 11
12const 12const
13 ZLIB_VERSION = '1.2.5.1'; 13 ZLIB_VERSION = '1.2.5.2';
14 14
15type 15type
16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;