diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2021-03-22 10:51:33 +0100 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-03-23 18:31:50 +0100 |
commit | 5fe25907ea1da498a75e4b842b9d97ca27acf1ed (patch) | |
tree | dce5efdb6157b1f11b0be9cb6e47041a4a720855 | |
parent | 0836e24348ed8cd10fafcf762616a80ce14ef7e9 (diff) |
Version 2.0.2
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | zlib-ng.h | 6 | ||||
-rw-r--r-- | zlib.h | 6 | ||||
-rw-r--r-- | zutil.c | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 3c57fa9..0859a75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a LDSHARED=$(CC) LDSHAREDFLAGS=-shared -VER=2.0.1 +VER=2.0.2 VER1=2 STATICLIB=$(LIBNAME1).a @@ -44,11 +44,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.0.1" -#define ZLIBNG_VERNUM 0x2010 +#define ZLIBNG_VERSION "2.0.2" +#define ZLIBNG_VERNUM 0x2020 #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 0 -#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_REVISION 2 #define ZLIBNG_VER_SUBREVISION 0 /* @@ -46,11 +46,11 @@ extern "C" { #endif -#define ZLIBNG_VERSION "2.0.1" -#define ZLIBNG_VERNUM 0x2010 +#define ZLIBNG_VERSION "2.0.2" +#define ZLIBNG_VERNUM 0x2020 #define ZLIBNG_VER_MAJOR 2 #define ZLIBNG_VER_MINOR 0 -#define ZLIBNG_VER_REVISION 1 +#define ZLIBNG_VER_REVISION 2 #define ZLIBNG_VER_SUBREVISION 0 #define ZLIB_VERSION "1.2.11.zlib-ng" @@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = { }; const char zlibng_string[] = - " zlib-ng 2.0.1 forked from zlib"; + " zlib-ng 2.0.2 forked from zlib"; #ifdef ZLIB_COMPAT const char * Z_EXPORT zlibVersion(void) { |