From 9e35567064baded660f61732b247ef5abc809014 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 17 Feb 2026 02:31:51 -0800 Subject: Version 1.3.2 --- zlib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 8ffc8de8..a57d3361 100644 --- a/zlib.h +++ b/zlib.h @@ -1,7 +1,7 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.3.1.2, December 8th, 2025 + version 1.3.2, February 17th, 2026 - Copyright (C) 1995-2025 Jean-loup Gailly and Mark Adler + Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -41,12 +41,12 @@ extern "C" { #endif -#define ZLIB_VERSION "1.3.1.2-audit" -#define ZLIB_VERNUM 0x1312 +#define ZLIB_VERSION "1.3.2" +#define ZLIB_VERNUM 0x1320 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 3 -#define ZLIB_VER_REVISION 1 -#define ZLIB_VER_SUBREVISION 2 +#define ZLIB_VER_REVISION 2 +#define ZLIB_VER_SUBREVISION 0 /* The 'zlib' compression library provides in-memory compression and -- cgit v1.2.3-55-g6feb