From 08ba68f9381f1bfe29c3053d478af7e4217cdbcd Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Sun, 15 Sep 2024 16:54:50 +0200 Subject: [PATCH] 2.1.8 Release --- Makefile.in | 2 +- zlib-ng.h.in | 6 +++--- zlib.h.in | 6 +++--- zutil.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index b8078a5e..6097c08a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ LDSHARED=$(CC) LDSHAREDFLAGS=-shared LDVERSIONSCRIPT= -VER=2.1.7 +VER=2.1.8 VER1=2 STATICLIB=$(LIBNAME1).a diff --git a/zlib-ng.h.in b/zlib-ng.h.in index 6fc66004..1ad9d8b3 100644 --- a/zlib-ng.h.in +++ b/zlib-ng.h.in @@ -48,11 +48,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.1.7" -#define ZLIBNG_VERNUM 0x020107F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.1.8" +#define ZLIBNG_VERNUM 0x020108F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 1 -#define ZLIBNG_VER_REVISION 7 +#define ZLIBNG_VER_REVISION 8 #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 */ diff --git a/zlib.h.in b/zlib.h.in index 21bd3420..86bc58a1 100644 --- a/zlib.h.in +++ b/zlib.h.in @@ -49,11 +49,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.1.7" -#define ZLIBNG_VERNUM 0x020107F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.1.8" +#define ZLIBNG_VERNUM 0x020108F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 1 -#define ZLIBNG_VER_REVISION 7 +#define ZLIBNG_VER_REVISION 8 #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 */ diff --git a/zutil.c b/zutil.c index eb3bee9f..8e1dfc21 100644 --- a/zutil.c +++ b/zutil.c @@ -23,7 +23,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char PREFIX3(vstring)[] = - " zlib-ng 2.1.7"; + " zlib-ng 2.1.8"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { -- 2.47.2