diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:00:36 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 12:00:59 +0800 |
commit | 6a79e53823e328281b9e9eee53cd141af28f8548 (patch) | |
tree | 2cc0e6111b3dce069932563e1b108c2470be47a9 /ext/stringio/stringio.c | |
parent | 775305763a2bedc7885f7e7e5e57327e6ee01f5e (diff) |
Rollback to released version numbers of stringio and strscan
Diffstat (limited to 'ext/stringio/stringio.c')
-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 74e2b95c99..7eade5bcba 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.1"; +STRINGIO_VERSION = "3.1.0"; #include "ruby.h" #include "ruby/io.h" |