From dd625a9dfb8f4a6787f8efdb227f7bd860480d7c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 17 Feb 2026 14:07:56 -0800 Subject: Change version number on develop branch to 1.3.2.1. --- zlib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index a57d3361..0a9e7909 100644 --- a/zlib.h +++ b/zlib.h @@ -1,5 +1,5 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.3.2, February 17th, 2026 + version 1.3.2.1, February xxth, 2026 Copyright (C) 1995-2026 Jean-loup Gailly and Mark Adler @@ -41,12 +41,12 @@ extern "C" { #endif -#define ZLIB_VERSION "1.3.2" -#define ZLIB_VERNUM 0x1320 +#define ZLIB_VERSION "1.3.2.1-motley" +#define ZLIB_VERNUM 0x1321 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 3 #define ZLIB_VER_REVISION 2 -#define ZLIB_VER_SUBREVISION 0 +#define ZLIB_VER_SUBREVISION 1 /* The 'zlib' compression library provides in-memory compression and -- cgit v1.2.3-55-g6feb