diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-12 13:09:49 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-12 04:09:58 +0000 |
commit | 9c5290138a52f1c78c01e135e2cc6543be4d31a3 (patch) | |
tree | d10b7b8798403c908ed3ddf7ddb9b3157b4a6066 | |
parent | 8655cbec3995d2890c40a9916566d5599080b2b1 (diff) |
[ruby/zlib] Bump up v3.2.0
https://github.com/ruby/zlib/commit/7bb6d982fe
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |