diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 14:38:05 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 15:47:43 +0900 |
| commit | d5257bea4811e54c006c4f2f56344d0d155638c9 (patch) | |
| tree | 7ec369c936f01f10b51d43d54417fff733b42a94 /ext | |
| parent | 8e258121942e7c879bc11d221425ac39f73afe8c (diff) | |
Bundle stringio-3.2.0
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 56fb044a3a..05bae94529 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.9.dev"; +STRINGIO_VERSION = "3.2.0"; #include <stdbool.h> |
