ruby-changes:71744
From: Sutou <ko1@a...>
Date: Sat, 16 Apr 2022 06:34:45 +0900 (JST)
Subject: [ruby-changes:71744] 2aca566a10 (master): [ruby/stringio] bump up to 3.0.2.pre1
https://git.ruby-lang.org/ruby.git/commit/?id=2aca566a10 From 2aca566a104ad42579be03374446fd45031ff9f6 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei <kou@c...> Date: Sat, 16 Apr 2022 06:33:59 +0900 Subject: [ruby/stringio] bump up to 3.0.2.pre1 https://github.com/ruby/stringio/commit/14ec9bc193 --- 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 8df07e80f6..084cfcc19d 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.1" +#define STRINGIO_VERSION "3.0.2.pre1" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/