diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-04-17 16:34:34 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-04-17 16:34:34 +0900 |
| commit | 509b0e4dc3a21b88cdb76526b6c68452eaf36853 (patch) | |
| tree | ab568b1e20a8f9eadc3320ea988f682c1dfce7a1 /ext/strscan | |
| parent | 88f18fde2c0e8bea65fdde8b037c36b5bdafa100 (diff) | |
Fixed the wrong dev version of strscan
Diffstat (limited to 'ext/strscan')
| -rw-r--r-- | ext/strscan/strscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 7efee0b5db..0f20889dc3 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.dev" +#define STRSCAN_VERSION "3.1.9.dev" #ifdef HAVE_RB_DEPRECATE_CONSTANT |
