diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | zlib-ng.h | 2 | ||||
-rw-r--r-- | zlib.h | 2 | ||||
-rw-r--r-- | zutil.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 5c4e232..c98b84c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 @@ -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 @@ -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 @@ -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) { |