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 () | |
tree | 2cc0e6111b3dce069932563e1b108c2470be47a9 /ext/stringio | |
parent | 775305763a2bedc7885f7e7e5e57327e6ee01f5e (diff) |
Rollback to released version numbers of stringio and strscan
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.1"; #include "ruby.h" #include "ruby/io.h" |