diff options
author | Sutou Kouhei <[email protected]> | 2023-11-28 10:38:15 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-28 01:38:41 +0000 |
commit | def416899d2b72d2299ddfa97f1f94ae2594d67b () | |
tree | c7337fb3e6f7c4c7542b6013d79c0657c479f533 /ext/stringio | |
parent | 7f50c705742dd92509ae9fc3003eb7561baa7e8a (diff) |
[ruby/stringio] Development of 3.1.1 started.
https://.com/ruby/stringio/commit/75da93d48f
-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.0"; #include "ruby.h" #include "ruby/io.h" |