From 4634a0042e34c022984ef2d3b377ed9ff36d54d2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 22 Apr 2025 11:23:59 +0900 Subject: [PATCH] Mark development version for unreleased gems --- ext/stringio/stringio.c | 2 +- ext/strscan/strscan.c | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 6c4cf3d67c..5a6446adb3 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); #include -#define STRSCAN_VERSION "3.1.4" +#define STRSCAN_VERSION "3.1.4.dev" /* ======================================================================= Data Type Definitions