summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-19 20:28:40 +0900
committergit <svn-admin@ruby-lang.org>2021-10-19 20:28:57 +0900
commitb482a516d2dfb6502db478d370a0fca63957786f (patch)
tree96a6581193115d4ca895b6c347e7b3e77af8d813 /ext/zlib
parentae25313e80fcd71ea58721ab5ec50f84701862eb (diff)
[ruby/zlib] Bump up zlib version to 2.1.1
https://github.com/ruby/zlib/commit/82e9a636a6
Diffstat (limited to 'ext/zlib')
-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 fb7a5d5ae3..9937f82740 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 "2.1.0"
+#define RUBY_ZLIB_VERSION "2.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)