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 | |
| parent | 70c7f3ad77c09e379b9e7ffb8009ccc2cb47f234 (diff) | |
Mark development version for unreleased gems
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/stringio/stringio.c | 2 | ||||
| -rw-r--r-- | 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 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> diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index c44e77ba91..935fce19df 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 <stdbool.h> -#define STRSCAN_VERSION "3.1.7" +#define STRSCAN_VERSION "3.1.7.dev" #ifdef HAVE_RB_DEPRECATE_CONSTANT |
