diff options
Diffstat (limited to 'zlib.h')
| -rw-r--r-- | zlib.h | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* zlib.h -- interface of the 'zlib' general purpose compression library | 1 | /* zlib.h -- interface of the 'zlib' general purpose compression library |
| 2 | version 1.3.2, February 17th, 2026 | 2 | version 1.3.2.1, February xxth, 2026 |
| 3 | 3 | ||
| 4 | Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler |
| 5 | 5 | ||
| @@ -41,12 +41,12 @@ | |||
| 41 | extern "C" { | 41 | extern "C" { |
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #define ZLIB_VERSION "1.3.2" | 44 | #define ZLIB_VERSION "1.3.2.1-motley" |
| 45 | #define ZLIB_VERNUM 0x1320 | 45 | #define ZLIB_VERNUM 0x1321 |
| 46 | #define ZLIB_VER_MAJOR 1 | 46 | #define ZLIB_VER_MAJOR 1 |
| 47 | #define ZLIB_VER_MINOR 3 | 47 | #define ZLIB_VER_MINOR 3 |
| 48 | #define ZLIB_VER_REVISION 2 | 48 | #define ZLIB_VER_REVISION 2 |
| 49 | #define ZLIB_VER_SUBREVISION 0 | 49 | #define ZLIB_VER_SUBREVISION 1 |
| 50 | 50 | ||
| 51 | /* | 51 | /* |
| 52 | The 'zlib' compression library provides in-memory compression and | 52 | The 'zlib' compression library provides in-memory compression and |
