From cf89cf35037f152ce7adfeca864656de5d33ea1e Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Wed, 28 Jun 2023 17:49:17 +0200 Subject: [PATCH] 2.1.3 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 deb3ebcd..b7b7e644 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a LDSHARED=$(CC) LDSHAREDFLAGS=-shared -VER=2.1.2 +VER=2.1.3 VER1=2 STATICLIB=$(LIBNAME1).a diff --git a/zlib-ng.h.in b/zlib-ng.h.in index 2abd3202..8ec2f04a 100644 --- a/zlib-ng.h.in +++ b/zlib-ng.h.in @@ -48,11 +48,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.1.2" -#define ZLIBNG_VERNUM 0x020102F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.1.3" +#define ZLIBNG_VERNUM 0x020103F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 1 -#define ZLIBNG_VER_REVISION 2 +#define ZLIBNG_VER_REVISION 3 #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 */ diff --git a/zlib.h.in b/zlib.h.in index 6788bf77..71f114a2 100644 --- a/zlib.h.in +++ b/zlib.h.in @@ -49,11 +49,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.1.2" -#define ZLIBNG_VERNUM 0x020102F0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.1.3" +#define ZLIBNG_VERNUM 0x020103F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 1 -#define ZLIBNG_VER_REVISION 2 +#define ZLIBNG_VER_REVISION 3 #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 */ diff --git a/zutil.c b/zutil.c index 9ab667df..78939161 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.1.2"; + " zlib-ng 2.1.3"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { -- 2.47.3