diff options
| author | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
| commit | 570720b0c24f9686c33f35a1b3165c1f568b96be (patch) | |
| tree | 76df0b0062100759f09151fba56122d8e4a9b417 /contrib/pascal | |
| parent | 9aa11a7ed2240b1ccaa15fb5c74a639e6d6220d9 (diff) | |
| download | zlib-1.3.1.2.tar.gz zlib-1.3.1.2.tar.bz2 zlib-1.3.1.2.zip | |
Interim version for an audit.
Diffstat (limited to 'contrib/pascal')
| -rw-r--r-- | contrib/pascal/zlibpas.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index d3ef310..8715da8 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas | |||
| @@ -10,7 +10,7 @@ unit zlibpas; | |||
| 10 | interface | 10 | interface |
| 11 | 11 | ||
| 12 | const | 12 | const |
| 13 | ZLIB_VERSION = '1.3.1.1'; | 13 | ZLIB_VERSION = '1.3.1.2'; |
| 14 | ZLIB_VERNUM = $12a0; | 14 | ZLIB_VERNUM = $12a0; |
| 15 | 15 | ||
| 16 | type | 16 | type |
