diff options
author | Matthias Klose <doko@ubuntu.com> | 2017-01-13 12:10:39 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2017-01-13 12:10:39 +0000 |
commit | b7aa844d134204e302acc0c3f36f416656491305 (patch) | |
tree | 9dc36718c039f9b387af813329eb2b4c17b149e0 /zlib/contrib/pascal | |
parent | 2252a8025df20cb5c58659cde04ac0ee0eee3ee1 (diff) | |
download | gcc-b7aa844d134204e302acc0c3f36f416656491305.zip gcc-b7aa844d134204e302acc0c3f36f416656491305.tar.gz gcc-b7aa844d134204e302acc0c3f36f416656491305.tar.bz2 |
2017-01-13 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.10.
* configure: Regenerate.
From-SVN: r244429
Diffstat (limited to 'zlib/contrib/pascal')
-rw-r--r-- | zlib/contrib/pascal/zlibpas.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/contrib/pascal/zlibpas.pas b/zlib/contrib/pascal/zlibpas.pas index e6a0782..2330898 100644 --- a/zlib/contrib/pascal/zlibpas.pas +++ b/zlib/contrib/pascal/zlibpas.pas @@ -10,8 +10,8 @@ unit zlibpas; interface const - ZLIB_VERSION = '1.2.8'; - ZLIB_VERNUM = $1280; + ZLIB_VERSION = '1.2.10'; + ZLIB_VERNUM = $12a0; type alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; |