Skip to content

Commit 82e9a63

Browse files
committed
Bump up zlib version to 2.1.1
1 parent 6190f05 commit 82e9a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/zlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
2626
#endif
2727

28-
#define RUBY_ZLIB_VERSION "2.1.0"
28+
#define RUBY_ZLIB_VERSION "2.1.1"
2929

3030
#ifndef RB_PASS_CALLED_KEYWORDS
3131
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)

0 commit comments

Comments
 (0)