summaryrefslogtreecommitdiff
path: root/ext/strscan/strscan.c
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-17 18:32:08 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-18 14:25:42 +0900
commit5370963992a0c79925c812e70beb94d09dbc5e47 (patch)
tree600e52b575934c34173f345aec324e797c847cba /ext/strscan/strscan.c
parent985f0af2576c4b4f9f4e75dce7299ba9d55d9419 (diff)
[strscan] Version 3.0.0
https://github.com/ruby/strscan/commit/08645e4e77
Diffstat (limited to 'ext/strscan/strscan.c')
-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 0eb51e772e..524e303aed 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 "1.0.4"
+#define STRSCAN_VERSION "3.0.0"
/* =======================================================================
Data Type Definitions