deps: update zlib-ng to 2.1.5

This commit is contained in:
alexey.lysiuk 2023-11-28 09:56:47 +02:00
parent aef19262c2
commit 629a3272e3
3 changed files with 4 additions and 4 deletions

View File

@ -49,11 +49,11 @@
extern "C" {
#endif
#define ZLIBNG_VERSION "2.1.4"
#define ZLIBNG_VERNUM 0x020104F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.1.5"
#define ZLIBNG_VERNUM 0x020105F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 1
#define ZLIBNG_VER_REVISION 4
#define ZLIBNG_VER_REVISION 5
#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */

Binary file not shown.

View File

@ -11,4 +11,4 @@ Version: 1.3.0.zlib-ng
Requires:
Libs: -L${libdir} -L${sharedlibdir} -lz
Cflags: -I${includedir}
Cflags: -I${includedir} -DWITH_GZFILEOP