summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 15:40:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 16:18:36 +0900
commitdb500f05c2887999c10969e9d9e12ea24ae0d56b (patch)
tree4de0db3307191cb7e195aea34ad7c4a637d3e80e /ext/zlib/zlib.c
parent724c6577006be743259823c90b1fdfeeb1c31ccf (diff)
[ruby/zlib] Bump version to v2.0.0
https://github.com/ruby/zlib/commit/434eba55ae
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 f9af18f530..9e396c58fd 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 "1.1.0"
+#define RUBY_ZLIB_VERSION "2.0.0"
#ifndef RB_PASS_CALLED_KEYWORDS
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)