diff options
author | Takashi Kokubun <[email protected]> | 2024-05-29 11:35:46 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-05-29 11:35:46 -0700 |
commit | 541fc816fcb697307d666fed644ddd07ca5e942e (patch) | |
tree | e9df9a70b140f143855ca1a8141e51ad70c7aa36 | |
parent | 2ae6df6d03c6d9750be559641c4c9f3b39eac62d (diff) |
[ruby/zlib] Bump up 3.1.1
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index fe03072576..3db4d25271 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 "3.1.0" +#define RUBY_ZLIB_VERSION "3.1.1" #ifndef RB_PASS_CALLED_KEYWORDS # define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass) |