summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2024-05-29 11:31:20 -0700
committergit <[email protected]>2024-08-31 05:04:30 +0000
commit818e3037ed8635ae2ed63a5d783cb347d9166764 (patch)
tree187f61314c9dba425be9951002963378e04c5796
parenta2b3cb65ea4d8b9f2d57f027531875bcaab812bf (diff)
[ruby/zlib] Bump up 3.1.1
https://github.com/ruby/zlib/commit/d756bb0a0f
-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 aad9f8d28a..50d8dd40c6 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.0"
+#define RUBY_ZLIB_VERSION "3.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)