From c939498c7f2a1d645833a98251365e2c814fd736 Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Sun, 15 Sep 2024 16:11:48 +0200 Subject: [PATCH] 2.2.2 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 41f3e924..6eb180de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ LDSHARED=$(CC) LDSHAREDFLAGS=-shared LDVERSIONSCRIPT= -VER=2.2.1 +VER=2.2.2 VER1=2 STATICLIB=$(LIBNAME1).a diff --git a/zlib-ng.h.in b/zlib-ng.h.in index 7f7f03ee..5a8c04f0 100644 --- a/zlib-ng.h.in +++ b/zlib-ng.h.in @@ -48,11 +48,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.2.1" -#define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.2.2" +#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 2 -#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_REVISION 2 #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 3dceaa33..1dc4f7ec 100644 --- a/zlib.h.in +++ b/zlib.h.in @@ -49,11 +49,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.2.1" -#define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.2.2" +#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 2 -#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_REVISION 2 #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 39fbceb4..64edddcd 100644 --- a/zutil.c +++ b/zutil.c @@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char PREFIX3(vstring)[] = - " zlib-ng 2.2.1"; + " zlib-ng 2.2.2"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { -- 2.47.2