From 41fda48fc264ed0cfe612f64a462bacac09f735e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 15 Oct 2022 09:02:21 -0700 Subject: Change version number on develop branch to 1.2.13.1. --- zlib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 953cb50..8cea181 100644 --- a/zlib.h +++ b/zlib.h @@ -1,5 +1,5 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.13, October 13th, 2022 + version 1.2.13.1, October xxth, 2022 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler @@ -37,12 +37,12 @@ extern "C" { #endif -#define ZLIB_VERSION "1.2.13" -#define ZLIB_VERNUM 0x12d0 +#define ZLIB_VERSION "1.2.13.1-motley" +#define ZLIB_VERNUM 0x12d1 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 2 #define ZLIB_VER_REVISION 13 -#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