From b482a516d2dfb6502db478d370a0fca63957786f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 19 Oct 2021 20:28:40 +0900 Subject: [ruby/zlib] Bump up zlib version to 2.1.1 https://github.com/ruby/zlib/commit/82e9a636a6 --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zlib') diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index fb7a5d5ae3..9937f82740 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -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) -- cgit v1.2.1