diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 10:11:18 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 12:29:03 +0200 |
| commit | f456f2550ac222fac399911eeb01957be9230c80 (patch) | |
| tree | 91a583acebcc240535e0fbda0f122429c9c1abae /png | |
| parent | c61d6bc46aab9f5dd71639ef6b4d6c2baeda7e66 (diff) | |
Upgrade bundled zlib to version 1.3 dated 18-aug-2023
Diffstat (limited to 'png')
| -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 46b338ce5..b9cf9bbaa 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 0x12d0 +#define PNG_ZLIB_VERNUM 0x1300 #define PNG_Z_DEFAULT_COMPRESSION (-1) #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0 #define PNG_Z_DEFAULT_STRATEGY 1 |
