diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/pascal/zlibpas.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index 0ae6d75..2330898 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas | |||
@@ -10,8 +10,8 @@ unit zlibpas; | |||
10 | interface | 10 | interface |
11 | 11 | ||
12 | const | 12 | const |
13 | ZLIB_VERSION = '1.2.9.1'; | 13 | ZLIB_VERSION = '1.2.10'; |
14 | ZLIB_VERNUM = $1291; | 14 | ZLIB_VERNUM = $12a0; |
15 | 15 | ||
16 | type | 16 | type |
17 | alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; | 17 | alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; |