From 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 22 Jan 2024 10:14:31 -0800 Subject: zlib 1.3.1 --- zlib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 39991a4..8d4b932 100644 --- a/zlib.h +++ b/zlib.h @@ -1,7 +1,7 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.3.0.1, August xxth, 2023 + version 1.3.1, January 22nd, 2024 - Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler + Copyright (C) 1995-2024 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 @@ -37,12 +37,12 @@ extern "C" { #endif -#define ZLIB_VERSION "1.3.0.1-motley" -#define ZLIB_VERNUM 0x1301 +#define ZLIB_VERSION "1.3.1" +#define ZLIB_VERNUM 0x1310 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 3 -#define ZLIB_VER_REVISION 0 -#define ZLIB_VER_SUBREVISION 1 +#define ZLIB_VER_REVISION 1 +#define ZLIB_VER_SUBREVISION 0 /* The 'zlib' compression library provides in-memory compression and -- cgit v1.2.3-55-g6feb