summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 18:20:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 18:21:52 +0900
commitb94d06096b8f2a375719ce09370e004fcb277b25 (patch)
treec611e06f050493ade19d50c2b04b1973c3b56440 /ext/zlib
parent7ebcee6b7634889f0bd92aaedf079845065ac797 (diff)
[ruby/zlib] Bump version to 1.1.0
https://github.com/ruby/zlib/commit/5af77c1ee8
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 23466d1c94..5c8aab24af 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.0.0"
+#define RUBY_ZLIB_VERSION "1.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)