diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 09:40:29 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 12:20:28 +0100 |
| commit | b90437119d2ebe3211dcaf9bfee7e68eb5058874 (patch) | |
| tree | 9f6e2497af3ee07e6a8083dc4ef42dde5b6a951d /png/pnglibconf.h | |
| parent | 00cdb1757ff37177d7a6440fc94f044b5614c821 (diff) | |
Update bundled zlib to version 1.3.1
Diffstat (limited to 'png/pnglibconf.h')
| -rw-r--r-- | png/pnglibconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/png/pnglibconf.h b/png/pnglibconf.h index b9cf9bbaa..6e1c8a0e7 100644 --- a/png/pnglibconf.h +++ b/png/pnglibconf.h @@ -219,7 +219,7 @@ #define PNG_USER_HEIGHT_MAX 1000000 #define PNG_USER_WIDTH_MAX 1000000 #define PNG_ZBUF_SIZE 8192 -#define PNG_ZLIB_VERNUM 0x1300 +#define PNG_ZLIB_VERNUM 0x1310 #define PNG_Z_DEFAULT_COMPRESSION (-1) #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 #define PNG_Z_DEFAULT_STRATEGY 1 |
