From: Nathan Moinvaziri Date: Thu, 30 Jun 2022 18:23:37 +0000 (-0700) Subject: Use 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib fork. X-Git-Tag: 2.1.0-beta1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91976e465fc6e4b775051a122aa6c018a3061019;p=thirdparty%2Fzlib-ng.git Use 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib fork. --- diff --git a/zlib.h.in b/zlib.h.in index 09ea336ff..96f76b2f9 100644 --- a/zlib.h.in +++ b/zlib.h.in @@ -62,7 +62,7 @@ extern "C" { #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 2 #define ZLIB_VER_REVISION 12 -#define ZLIB_VER_SUBREVISION 0 +#define ZLIB_VER_SUBREVISION 15 /* 15=fork (0xf) */ /* The 'zlib' compression library provides in-memory compression and