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 /zlib.h | |
| 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 'zlib.h')
| -rw-r--r-- | zlib.h | 10 |
1 files changed, 5 insertions, 5 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.1, January xxth, 2024 | 2 | version 1.3.1.2, December 8th, 2025 |
| 3 | 3 | ||
| 4 | Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler | 4 | Copyright (C) 1995-2025 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.1-motley" | 44 | #define ZLIB_VERSION "1.3.1.2-audit" |
| 45 | #define ZLIB_VERNUM 0x1311 | 45 | #define ZLIB_VERNUM 0x1312 |
| 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 1 |
| 49 | #define ZLIB_VER_SUBREVISION 1 | 49 | #define ZLIB_VER_SUBREVISION 2 |
| 50 | 50 | ||
| 51 | /* | 51 | /* |
| 52 | The 'zlib' compression library provides in-memory compression and | 52 | The 'zlib' compression library provides in-memory compression and |
