ruby-changes:69311
From: Hiroshi <ko1@a...>
Date: Thu, 21 Oct 2021 21:20:17 +0900 (JST)
Subject: [ruby-changes:69311] 8eb8522f47 (master): [ruby/stringio] Bump up stringio version to 3.0.1
https://git.ruby-lang.org/ruby.git/commit/?id=8eb8522f47 From 8eb8522f47c9a9ddbc56ee98f88449bc79de022d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 21 Oct 2021 20:46:40 +0900 Subject: [ruby/stringio] Bump up stringio version to 3.0.1 https://github.com/ruby/stringio/commit/f7c40aa339 --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 295650e89e..8df07e80f6 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.c#L12 **********************************************************************/ -#define STRINGIO_VERSION "3.0.0" +#define STRINGIO_VERSION "3.0.1" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/