[ruby/zlib] Bump version to v2.0.0

https://github.com/ruby/zlib/commit/434eba55ae
This commit is contained in:
Hiroshi SHIBATA 2021-10-14 15:40:01 +09:00
parent 724c657700
commit db500f05c2

View File

@ -25,7 +25,7 @@
# define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
#endif
#define RUBY_ZLIB_VERSION "1.1.0"
#define RUBY_ZLIB_VERSION "2.0.0"
#ifndef RB_PASS_CALLED_KEYWORDS
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)