]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Stable release 2.0.0 2.0.0
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 8 Mar 2021 13:36:15 +0000 (14:36 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 16 Mar 2021 19:46:50 +0000 (20:46 +0100)
Makefile.in
zlib-ng.h
zlib.h
zutil.c

index 5c4e23286a6da840e5603b2afcdd6a16afde3bcb..c98b84c6fb821bec31227a510f3943bc9b02bee3 100644 (file)
@@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a
 LDSHARED=$(CC)
 LDSHAREDFLAGS=-shared
 
-VER=2.0.0-RC2
+VER=2.0.0
 VER1=2
 
 STATICLIB=$(LIBNAME1).a
index 7412f54e73c10b22e44346e92e351245613fa68e..07194e691fed9f487392f9c9622c376a2b6f4bd6 100644 (file)
--- a/zlib-ng.h
+++ b/zlib-ng.h
@@ -36,7 +36,7 @@
 extern "C" {
 #endif
 
-#define ZLIBNG_VERSION "2.0.0-RC2"
+#define ZLIBNG_VERSION "2.0.0"
 #define ZLIBNG_VERNUM 0x2000
 #define ZLIBNG_VER_MAJOR 2
 #define ZLIBNG_VER_MINOR 0
diff --git a/zlib.h b/zlib.h
index d456a556e481ba18e721c920144ded2036800304..24b2d6f97cdc9b7967be045c3eb903555709e07f 100644 (file)
--- a/zlib.h
+++ b/zlib.h
@@ -38,7 +38,7 @@
 extern "C" {
 #endif
 
-#define ZLIBNG_VERSION "2.0.0-RC2"
+#define ZLIBNG_VERSION "2.0.0"
 #define ZLIBNG_VERNUM 0x2000
 #define ZLIBNG_VER_MAJOR 2
 #define ZLIBNG_VER_MINOR 0
diff --git a/zutil.c b/zutil.c
index ba36e93f901c3917e6a99beae4b871cb1ae7bffd..45aa56fc342399f80cdc94bda5ccb327cab69069 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.0-RC2 forked from zlib";
+    " zlib-ng 2.0.0 forked from zlib";
 
 #ifdef ZLIB_COMPAT
 const char * Z_EXPORT zlibVersion(void) {