diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2025-11-25 12:18:52 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-11-27 15:43:58 +0100 |
| commit | 68c83bf42055a4313c16ae1073dd50cd72bbfb69 (patch) | |
| tree | 339dda525cc334963a20b6aea39a427e2abab4ea | |
| parent | fe179585e7c25234c2c224116ccfed8b0a78dbd9 (diff) | |
| download | Project-Tick-68c83bf42055a4313c16ae1073dd50cd72bbfb69.tar.gz Project-Tick-68c83bf42055a4313c16ae1073dd50cd72bbfb69.zip | |
2.3.1 Release
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | zlib-ng.h.in | 10 | ||||
| -rw-r--r-- | zlib.h.in | 10 | ||||
| -rw-r--r-- | zutil.c | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in index 1785e5f1f8..1ef4f85d75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ LDSHARED=$(CC) LDSHAREDFLAGS=-shared LDVERSIONSCRIPT= -VER=2.3.0 +VER=2.3.1 VER1=2 STATICLIB=$(LIBNAME1).a diff --git a/zlib-ng.h.in b/zlib-ng.h.in index b82330d827..1062818612 100644 --- a/zlib-ng.h.in +++ b/zlib-ng.h.in @@ -48,13 +48,13 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.3.0" -#define ZLIBNG_VERNUM 0x020300B0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.3.1" +#define ZLIBNG_VERNUM 0x020301F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 3 -#define ZLIBNG_VER_REVISION 0 -#define ZLIBNG_VER_STATUS B /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */ -#define ZLIBNG_VER_STATUSH 0xB /* Hex values: 0=devel, 1-9=beta, A-E=Release Candidate, F=Release */ +#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */ +#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-9=beta, A-E=Release Candidate, F=Release */ #define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */ /* @@ -49,13 +49,13 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.3.0" -#define ZLIBNG_VERNUM 0x020300B0L /* MMNNRRSM: major minor revision status modified */ +#define ZLIBNG_VERSION "2.3.1" +#define ZLIBNG_VERNUM 0x020301F0L /* MMNNRRSM: major minor revision status modified */ #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 3 -#define ZLIBNG_VER_REVISION 0 -#define ZLIBNG_VER_STATUS B /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */ -#define ZLIBNG_VER_STATUSH 0xB /* Hex values: 0=devel, 1-9=beta, A-E=Release Candidate, F=Release */ +#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */ +#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-9=beta, A-E=Release Candidate, F=Release */ #define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */ #define ZLIB_VERSION "1.3.1.zlib-ng" @@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char PREFIX3(vstring)[] = - " zlib-ng 2.3.0-rc2"; + " zlib-ng 2.3.1"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |
