Skip to content

Commit

Permalink
2.1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed Oct 19, 2023
1 parent 2bce828 commit 9fb955b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a
LDSHARED=$(CC)
LDSHAREDFLAGS=-shared

VER=2.1.3
VER=2.1.4
VER1=2

STATICLIB=$(LIBNAME1).a
Expand Down
6 changes: 3 additions & 3 deletions zlib-ng.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
extern "C" {
#endif

#define ZLIBNG_VERSION "2.1.3"
#define ZLIBNG_VERNUM 0x020103F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.1.4"
#define ZLIBNG_VERNUM 0x020104F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 1
#define ZLIBNG_VER_REVISION 3
#define ZLIBNG_VER_REVISION 4
#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 */
Expand Down
6 changes: 3 additions & 3 deletions zlib.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
extern "C" {
#endif

#define ZLIBNG_VERSION "2.1.3"
#define ZLIBNG_VERNUM 0x020103F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.1.4"
#define ZLIBNG_VERNUM 0x020104F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 1
#define ZLIBNG_VER_REVISION 3
#define ZLIBNG_VER_REVISION 4
#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 */
Expand Down
2 changes: 1 addition & 1 deletion zutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = {
};

const char PREFIX3(vstring)[] =
" zlib-ng 2.1.3";
" zlib-ng 2.1.4";

#ifdef ZLIB_COMPAT
const char * Z_EXPORT zlibVersion(void) {
Expand Down

0 comments on commit 9fb955b

Please sign in to comment.