diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-02 17:20:28 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-06-02 08:20:38 +0000 |
commit | c32a30ec09997b3ee846a33a6873ed0e66c8dc94 () | |
tree | a849c7cdf350ca7737c5a66e99ef7408cb3cbf1f /ext/stringio | |
parent | 21b61b21c29d81204ad7d6135005126dd9b5dd7e (diff) |
[ruby/stringio] Development of 3.0.8 started.
https://.com/ruby/stringio/commit/1587d3698e
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.7" #include "ruby.h" #include "ruby/io.h" |