diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 02:31:51 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 04:47:06 -0800 |
| commit | 9e35567064baded660f61732b247ef5abc809014 (patch) | |
| tree | 79b5a06f88838dd54f90f821e8650254abfedb7e /zlib.h | |
| parent | 890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff) | |
| download | zlib-9e35567064baded660f61732b247ef5abc809014.tar.gz zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2 zlib-9e35567064baded660f61732b247ef5abc809014.zip | |
Version 1.3.2
Diffstat (limited to 'zlib.h')
| -rw-r--r-- | zlib.h | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -1,7 +1,7 @@ | |||
| 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.1.2, December 8th, 2025 | 2 | version 1.3.2, February 17th, 2026 |
| 3 | 3 | ||
| 4 | Copyright (C) 1995-2025 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler |
| 5 | 5 | ||
| 6 | This software is provided 'as-is', without any express or implied | 6 | This software is provided 'as-is', without any express or implied |
| 7 | warranty. In no event will the authors be held liable for any damages | 7 | warranty. In no event will the authors be held liable for any damages |
| @@ -41,12 +41,12 @@ | |||
| 41 | extern "C" { | 41 | extern "C" { |
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #define ZLIB_VERSION "1.3.1.2-audit" | 44 | #define ZLIB_VERSION "1.3.2" |
| 45 | #define ZLIB_VERNUM 0x1312 | 45 | #define ZLIB_VERNUM 0x1320 |
| 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 1 | 48 | #define ZLIB_VER_REVISION 2 |
| 49 | #define ZLIB_VER_SUBREVISION 2 | 49 | #define ZLIB_VER_SUBREVISION 0 |
| 50 | 50 | ||
| 51 | /* | 51 | /* |
| 52 | The 'zlib' compression library provides in-memory compression and | 52 | The 'zlib' compression library provides in-memory compression and |
