summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 17:50:31 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 08:50:40 +0000
commit3d5fef77125a99458767c80347c01f383737efe7 (patch)
tree713d89e153f8ed7e6c3357999b0c5088e92310aa /ext
parent79544157e44ccf833205fcdce0b0f1bd9796dd65 (diff)
[ruby/zlib] Bump up 3.1.0
https://github.com/ruby/zlib/commit/2561e122ac
Diffstat (limited to 'ext')
-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 292e6404a7..dc608ee460 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.0.0"
+#define RUBY_ZLIB_VERSION "3.1.0"
#ifndef RB_PASS_CALLED_KEYWORDS
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)