Skip to content

Commit

Permalink
Merge pull request #4394 from dzenanz/updateZlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored Jan 16, 2024
2 parents 0bdb5b9 + d8f3e75 commit b05d6e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Modules/ThirdParty/ZLIB/src/itkzlib-ng/zconf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
#ifndef ZEXPORTVA
# define ZEXPORTVA Z_EXPORTVA
#endif
#ifndef FAR
# define FAR
#endif

/* Legacy zlib typedefs for backwards compatibility. Don't assume stdint.h is defined. */
typedef unsigned char Byte;
Expand Down
6 changes: 3 additions & 3 deletions Modules/ThirdParty/ZLIB/src/itkzlib-ng/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.5"
#define ZLIBNG_VERNUM 0x020105F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.1.6"
#define ZLIBNG_VERNUM 0x020106F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 1
#define ZLIBNG_VER_REVISION 5
#define ZLIBNG_VER_REVISION 6
#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 Modules/ThirdParty/ZLIB/src/itkzlib-ng/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.5";
" zlib-ng 2.1.6";

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

0 comments on commit b05d6e4

Please sign in to comment.