]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Updated zlib compat version to 1.3.
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 23 Aug 2023 03:37:16 +0000 (20:37 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 24 Aug 2023 09:22:33 +0000 (11:22 +0200)
zlib.h.in

index 8e69214775d325797dc0f42f047f1a7b73357dd4..ed25ccc646cc9cc6183a4a9cbe77378dd941041e 100644 (file)
--- a/zlib.h.in
+++ b/zlib.h.in
@@ -57,11 +57,11 @@ extern "C" {
 #define ZLIBNG_VER_STATUS F         /* 0=devel, 1-E=beta, F=Release */
 #define ZLIBNG_VER_MODIFIED 0       /* non-zero if modified externally from zlib-ng */
 
-#define ZLIB_VERSION "1.2.13.zlib-ng"
-#define ZLIB_VERNUM 0x12df
+#define ZLIB_VERSION "1.3.0.zlib-ng"
+#define ZLIB_VERNUM 0x130f
 #define ZLIB_VER_MAJOR 1
-#define ZLIB_VER_MINOR 2
-#define ZLIB_VER_REVISION 13
+#define ZLIB_VER_MINOR 3
+#define ZLIB_VER_REVISION 0
 #define ZLIB_VER_SUBREVISION 15    /* 15=fork (0xf) */
 
 /*