aboutsummaryrefslogtreecommitdiffstats
path: root/ext/strscan
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-16 12:00:36 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-16 12:00:59 +0800
commit6a79e53823e328281b9e9eee53cd141af28f8548 (patch)
tree2cc0e6111b3dce069932563e1b108c2470be47a9 /ext/strscan
parent775305763a2bedc7885f7e7e5e57327e6ee01f5e (diff)
downloadruby-6a79e53823e328281b9e9eee53cd141af28f8548.tar.gz
Rollback to released version numbers of stringio and strscan
Diffstat (limited to 'ext/strscan')
-rw-r--r--ext/strscan/strscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c
index a2bf56ce4f..16d669d8a5 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.0.8"
+#define STRSCAN_VERSION "3.0.7"
/* =======================================================================
Data Type Definitions