summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-12-13 09:33:46 +0900
committergit <[email protected]>2024-12-13 00:33:58 +0000
commit5a9008516a4cf9e3006b402fad966e966430519d (patch)
treec4ade718056dd814e0a8fe1684e7d78f1c8fff55
parentfffef9aa5d89b6cca3dc634f5278b1fc67fb3d08 (diff)
[ruby/zlib] Bump up v3.2.1
https://github.com/ruby/zlib/commit/d2e29b23c8
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index d63fe02d57..0b9c4d65ee 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.2.0"
+#define RUBY_ZLIB_VERSION "3.2.1"
#ifndef RB_PASS_CALLED_KEYWORDS
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)