[ruby/zlib] Bump version to 3.0.0

https://github.com/ruby/zlib/commit/f1ce5e3e8d
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 17:26:04 +09:00 committed by git
parent 48644e7109
commit 3f8dad0463

View File

@ -25,7 +25,7 @@
# define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
#endif
#define RUBY_ZLIB_VERSION "2.1.1"
#define RUBY_ZLIB_VERSION "3.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)