From df18f3baa658174ef89c8c2c11be4fea9bda4fc7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 17 Dec 2025 14:38:55 +0900 Subject: [PATCH] Bundle strscan-3.1.6 --- ext/strscan/strscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index d63897dc61..11e3d309a8 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.6.dev" +#define STRSCAN_VERSION "3.1.6" #ifdef HAVE_RB_DEPRECATE_CONSTANT