1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/zlib] Bump up zlib version to 2.1.1

https://github.com/ruby/zlib/commit/82e9a636a6
This commit is contained in:
Hiroshi SHIBATA 2021-10-19 20:28:40 +09:00 committed by git
parent ae25313e80
commit b482a516d2

View file

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