From: Hans Kristian Rosbach Date: Wed, 28 Jun 2023 15:49:17 +0000 (+0200) Subject: 2.1.3 Release X-Git-Tag: 2.1.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf89cf35037f152ce7adfeca864656de5d33ea1e;p=thirdparty%2Fzlib-ng.git 2.1.3 Release --- 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) {