diff options
author | Sutou Kouhei <[email protected]> | 2025-04-21 11:40:19 +0900 |
---|---|---|
committer | git <[email protected]> | 2025-04-21 02:40:31 +0000 |
commit | 6962f3dc29702ffa68f33d889bab7067b6fe0ca7 () | |
tree | fc767ddb368707fca989c9db0d452b4df22d1e0c /ext/stringio | |
parent | 5fe319f7dced978abc6bf53c5a6d7e1a00111a60 (diff) |
[ruby/stringio] Development of 3.1.8 started.
https://.com/ruby/stringio/commit/14fbdcc02c
-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.7"; #include <stdbool.h> |