Skip to content

Commit

Permalink
Version 2.0.0 Release Candidate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed Jan 29, 2021
1 parent 1617eb1 commit 7606b9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEST_LIBS=$(LIBNAME1).a
LDSHARED=$(CC)
LDSHAREDFLAGS=-shared

VER=2.0.0-RC1
VER=2.0.0-RC2
VER1=2

STATICLIB=$(LIBNAME1).a
Expand Down
2 changes: 1 addition & 1 deletion zlib-ng.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion zutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ z_const char * const PREFIX(z_errmsg)[10] = {
};

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) {
Expand Down

0 comments on commit 7606b9f

Please sign in to comment.