LDSHARED=$(CC)
LDSHAREDFLAGS=-shared
-VER=2.0.0-RC1
+VER=2.0.0-RC2
VER1=2
STATICLIB=$(LIBNAME1).a
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.0-RC1"
+#define ZLIBNG_VERSION "2.0.0-RC2"
#define ZLIBNG_VERNUM 0x2000
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.0-RC1"
+#define ZLIBNG_VERSION "2.0.0-RC2"
#define ZLIBNG_VERNUM 0x2000
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
};
const char zlibng_string[] =
- " zlib-ng 2.0.0-RC1 forked from zlib";
+ " zlib-ng 2.0.0-RC2 forked from zlib";
#ifdef ZLIB_COMPAT
const char * Z_EXPORT zlibVersion(void) {