From 9c5290138a52f1c78c01e135e2cc6543be4d31a3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 12 Nov 2024 13:09:49 +0900 Subject: [ruby/zlib] Bump up v3.2.0 https://github.com/ruby/zlib/commit/7bb6d982fe --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 7b6cc4e7d4..84058f342e 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 "3.1.1" +#define RUBY_ZLIB_VERSION "3.2.0" #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.3