diff options
author | Sutou Kouhei <[email protected]> | 2024-06-13 18:47:55 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-06-13 09:48:38 +0000 |
commit | 205da896804d6d309b8a07c3c449c15ee9197efe () | |
tree | a2a3c1b76aa9ae26c422452354b29d8e681fd742 /ext/stringio | |
parent | 513520a1735d0d980bb74f9eac20f29225c91427 (diff) |
[ruby/stringio] Development of 3.1.2 started.
https://.com/ruby/stringio/commit/9ad5551160
-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 <stdbool.h> |