diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 09:37:17 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-26 11:00:51 +0900 |
| commit | 93df96684860ea437de982d6778fc9d845d0505a (patch) | |
| tree | 213f6b01b933c360b3d9441820fe7602c8879985 /ext/stringio/stringio.c | |
| parent | 70c7f3ad77c09e379b9e7ffb8009ccc2cb47f234 (diff) | |
Mark development version for unreleased gems
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 93a419ff31..cc2294a795 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.2.1"; +STRINGIO_VERSION = "3.2.1.dev"; #include <stdbool.h> |
