mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 19:45:37 -04:00
2.2.4 Release
This commit is contained in:
parent
43b2703435
commit
860e4cff79
@ -30,7 +30,7 @@ LDSHARED=$(CC)
|
|||||||
LDSHAREDFLAGS=-shared
|
LDSHAREDFLAGS=-shared
|
||||||
LDVERSIONSCRIPT=
|
LDVERSIONSCRIPT=
|
||||||
|
|
||||||
VER=2.2.3
|
VER=2.2.4
|
||||||
VER1=2
|
VER1=2
|
||||||
|
|
||||||
STATICLIB=$(LIBNAME1).a
|
STATICLIB=$(LIBNAME1).a
|
||||||
|
@ -48,11 +48,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ZLIBNG_VERSION "2.2.3"
|
#define ZLIBNG_VERSION "2.2.4"
|
||||||
#define ZLIBNG_VERNUM 0x020203F0L /* MMNNRRSM: major minor revision status modified */
|
#define ZLIBNG_VERNUM 0x020204F0L /* MMNNRRSM: major minor revision status modified */
|
||||||
#define ZLIBNG_VER_MAJOR 2
|
#define ZLIBNG_VER_MAJOR 2
|
||||||
#define ZLIBNG_VER_MINOR 2
|
#define ZLIBNG_VER_MINOR 2
|
||||||
#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_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_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
|
||||||
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
||||||
|
@ -49,11 +49,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ZLIBNG_VERSION "2.2.3"
|
#define ZLIBNG_VERSION "2.2.4"
|
||||||
#define ZLIBNG_VERNUM 0x020203F0L /* MMNNRRSM: major minor revision status modified */
|
#define ZLIBNG_VERNUM 0x020204F0L /* MMNNRRSM: major minor revision status modified */
|
||||||
#define ZLIBNG_VER_MAJOR 2
|
#define ZLIBNG_VER_MAJOR 2
|
||||||
#define ZLIBNG_VER_MINOR 2
|
#define ZLIBNG_VER_MINOR 2
|
||||||
#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_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_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
|
||||||
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
||||||
|
2
zutil.c
2
zutil.c
@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const char PREFIX3(vstring)[] =
|
const char PREFIX3(vstring)[] =
|
||||||
" zlib-ng 2.2.3";
|
" zlib-ng 2.2.4";
|
||||||
|
|
||||||
#ifdef ZLIB_COMPAT
|
#ifdef ZLIB_COMPAT
|
||||||
const char * Z_EXPORT zlibVersion(void) {
|
const char * Z_EXPORT zlibVersion(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user