Skip to content

Commit

Permalink
Bump up zlib version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 14, 2021
1 parent fb9d914 commit dd593ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd593ac

Please sign in to comment.