summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 16:03:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 16:18:41 +0900
commit6b1344804047b0ffb29033bc918c0c5f727b3f30 (patch)
tree5be9059cfd7e860a818bb101fcafca7152323c76 /ext/zlib/zlib.c
parentdb500f05c2887999c10969e9d9e12ea24ae0d56b (diff)
[ruby/zlib] Bump up zlib version to 2.1.0
https://github.com/ruby/zlib/commit/dd593acaee
Diffstat (limited to 'ext/zlib/zlib.c')
-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 9e396c58fd..147b7344db 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.0.0"
+#define RUBY_ZLIB_VERSION "2.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)