]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Version 2.0.2 2.0.2
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 22 Mar 2021 09:51:33 +0000 (10:51 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 23 Mar 2021 17:31:50 +0000 (18:31 +0100)
Makefile.in
zlib-ng.h
zlib.h
zutil.c

index 3c57fa95e00214f62494889434a8c95026a729cb..0859a759bf782dce8627348baf1a0629bd3616eb 100644 (file)
@@ -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
index b67f8c29a939f257025334f2b8cb9d7697ad997a..6d98f6c454639bda175ef0bb46ef1c75e28b2b40 100644 (file)
--- a/zlib-ng.h
+++ b/zlib-ng.h
 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
 
 /*
diff --git a/zlib.h b/zlib.h
index a47809f858ca013a896ea745d49e105e828e8539..bb717e08c7a9ecd6d31d6b7a7b3286e522d52caa 100644 (file)
--- a/zlib.h
+++ b/zlib.h
 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"
diff --git a/zutil.c b/zutil.c
index e0802ed89859be4c419fb03074724f0fb2125903..902af570dec9f81fde5c9773d5d3b0b679dddede 100644 (file)
--- a/zutil.c
+++ b/zutil.c
@@ -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) {