diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-04-22 11:23:59 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-04-22 11:27:24 +0900 |
commit | 4634a0042e34c022984ef2d3b377ed9ff36d54d2 (patch) | |
tree | e9112370e7d63303662300f36e974bdda968beb4 /ext/stringio | |
parent | 067fc410fcdc7eb673f854733e9a424da880acd7 (diff) |
Mark development version for unreleased gems
Diffstat (limited to 'ext/stringio')
-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 c3ee8dfb1f..dd23daa776 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.8"; +STRINGIO_VERSION = "3.1.8.dev"; #include <stdbool.h> |