]> 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>
Mon, 15 Aug 2022 14:42:58 +0000 (16:42 +0200)
zlib.h.in

index 09ea336ff3e56757d731d0a0f1d13d7538673d25..96f76b2f9a315b3e50aa9187fae546da092ba4d4 100644 (file)
--- 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