diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-04 11:55:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-04 11:55:28 (GMT) |
commit | 2d45ce8f574a9204a0462d5e27867fda53f09f05 (patch) | |
tree | e6ce8cd0415ba16e354de2c7599c45887540bef1 /compat/zlib/contrib/pascal/zlibpas.pas | |
parent | be0289c6ab1c90cdc651dd4219d6566e68ff5d3e (diff) | |
parent | bb26d0f8e56031df2d501621e957a8069a7b0cee (diff) | |
download | tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.zip tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.gz tcl-2d45ce8f574a9204a0462d5e27867fda53f09f05.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'compat/zlib/contrib/pascal/zlibpas.pas')
-rw-r--r-- | compat/zlib/contrib/pascal/zlibpas.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/contrib/pascal/zlibpas.pas b/compat/zlib/contrib/pascal/zlibpas.pas index aebaea0..2330898 100644 --- a/compat/zlib/contrib/pascal/zlibpas.pas +++ b/compat/zlib/contrib/pascal/zlibpas.pas @@ -10,8 +10,8 @@ unit zlibpas; interface const - ZLIB_VERSION = '1.2.9'; - ZLIB_VERNUM = $1290; + ZLIB_VERSION = '1.2.10'; + ZLIB_VERNUM = $12a0; type alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; |