Skip to content

Commit

Permalink
2.2.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed Sep 17, 2024
1 parent e024068 commit c939498
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 @@ -30,7 +30,7 @@ LDSHARED=$(CC)
LDSHAREDFLAGS=-shared
LDVERSIONSCRIPT=

VER=2.2.1
VER=2.2.2
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.2.1"
#define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.2.2"
#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 2
#define ZLIBNG_VER_REVISION 1
#define ZLIBNG_VER_REVISION 2
#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.2.1"
#define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.2.2"
#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 2
#define ZLIBNG_VER_REVISION 1
#define ZLIBNG_VER_REVISION 2
#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.2.1";
" zlib-ng 2.2.2";

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

0 comments on commit c939498

Please sign in to comment.