diff options
author | Kenta Murata <[email protected]> | 2020-12-18 09:24:37 +0900 |
---|---|---|
committer | Kenta Murata <[email protected]> | 2020-12-18 22:00:07 +0900 |
commit | c71934f8a50746c9cd01a86375b178d5c7823259 (patch) | |
tree | 6ee63b56fe08a4846b579b163cb8953cd21132fe /ext/stringio | |
parent | e1b5289a2bf297d80ea35b32a32a0c5c34ab2ad8 (diff) |
[stringio] Version 3.0.0
https://github.com/ruby/stringio/commit/831be01071
Diffstat (limited to 'ext/stringio')
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 228063d79b..0cc2f78787 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -11,7 +11,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "0.1.4" +#define STRINGIO_VERSION "3.0.0" #include "ruby.h" #include "ruby/io.h" |