Skip to content

Commit

Permalink
Sync Ruby/zlib version with gem version
Browse files Browse the repository at this point in the history
Sync the version of the Ruby zlib library, Zlib::VERSION,
with the gem version.  (This is not the version of the underlying
zlib library, which can be accessed via Zlib::ZLIB_VERSION.)
  • Loading branch information
stomar committed Oct 3, 2018
1 parent 4c8c3c5 commit aee8221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
#endif

#define RUBY_ZLIB_VERSION "0.6.0"
#define RUBY_ZLIB_VERSION "1.0.0"

#ifndef GZIP_SUPPORT
#define GZIP_SUPPORT 1
Expand Down

0 comments on commit aee8221

Please sign in to comment.