diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 14:38:55 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 15:47:43 +0900 |
| commit | df18f3baa658174ef89c8c2c11be4fea9bda4fc7 (patch) | |
| tree | 0f5ad9fd50ed6431228bc667c956b062feba0978 /ext | |
| parent | d5257bea4811e54c006c4f2f56344d0d155638c9 (diff) | |
Bundle strscan-3.1.6
Diffstat (limited to 'ext')
| -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 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 <stdbool.h> -#define STRSCAN_VERSION "3.1.6.dev" +#define STRSCAN_VERSION "3.1.6" #ifdef HAVE_RB_DEPRECATE_CONSTANT |
