diff options
author | Sutou Kouhei <[email protected]> | 2025-04-21 11:38:45 +0900 |
---|---|---|
committer | git <[email protected]> | 2025-04-21 02:38:57 +0000 |
commit | f8c20cc45d2b1fc63d2a133a49a3381ad33ee46f () | |
tree | fdb66d6e9ac507fb752732bffc03cc36ba1186ae /ext/stringio | |
parent | 93afcfcde36581e6f94b69c3f40fd0021f382d70 (diff) |
[ruby/stringio] Development of 3.1.7 started.
https://.com/ruby/stringio/commit/ee3ee1df31
-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.6"; #include <stdbool.h> |