]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib fork.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 30 Jun 2022 18:23:37 +0000 (11:23 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
zlib.h

diff --git a/zlib.h b/zlib.h
index fee1137c6271ecada14516463abe56feaec6b2a4..c558b0250ea8c36049bbb18150ce981a8c5ba4bc 100644 (file)
--- a/zlib.h
+++ b/zlib.h
@@ -59,7 +59,7 @@ extern "C" {
 #define ZLIB_VER_MAJOR 1
 #define ZLIB_VER_MINOR 2
 #define ZLIB_VER_REVISION 11
-#define ZLIB_VER_SUBREVISION 0
+#define ZLIB_VER_SUBREVISION 15    /* 15=fork (0xf) */
 
 /*
     The 'zlib' compression library provides in-memory compression and