diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-04-20 00:08:54 +0800 |
commit | 004b98220a30de0d1956a8149d8bc6ec356667da (patch) | |
tree | 1eaee2603984d7ab4524be68b57ce0a2b2b72118 /zlib-ng.h | |
parent | 2ca0d0b38b60e8d6d49a8959bf674a79e7d16f41 (diff) | |
parent | a583e215afa2356e23b418efa871a1cc4348702a (diff) |
Merge tag '2.0.7' into tachibanatachibana-mr1tachibana
Change-Id: I7b03d60d67d184c21ff7437a35062077666951e9
Diffstat (limited to 'zlib-ng.h')
-rw-r--r-- | zlib-ng.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -34,6 +34,8 @@ #endif #include <stdint.h> +#include <stdarg.h> + #include "zconf-ng.h" #ifndef ZCONFNG_H @@ -44,11 +46,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.0.6" -#define ZLIBNG_VERNUM 0x2060 +#define ZLIBNG_VERSION "2.0.7" +#define ZLIBNG_VERNUM 0x2070 #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 0 -#define ZLIBNG_VER_REVISION 6 +#define ZLIBNG_VER_REVISION 7 #define ZLIBNG_VER_SUBREVISION 0 /* |