diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-02-21 11:36:19 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-02-21 11:36:19 +0900 |
commit | f8750dd87f91482283838090a801a313aa1f215c (patch) | |
tree | fa13ab848f0f6edc5ab403e9200a5eed2d7895e9 /ext/stringio/stringio.c | |
parent | ee2c7bcae5d8c96f41305e1a24739493121ef49b (diff) |
Bump up development version of stringio
Diffstat (limited to 'ext/stringio/stringio.c')
-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 33630463b2..aa6fbf0cac 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.3.dev"; +STRINGIO_VERSION = "3.1.6.dev"; #include <stdbool.h> |