From f54369830f83a65fb54916d762883fbe6eeb7d0b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 25 Dec 2023 17:43:22 +0900 Subject: [PATCH] Revert "Rollback to released version numbers of stringio and strscan" This reverts commit 6a79e53823e328281b9e9eee53cd141af28f8548. --- ext/stringio/stringio.c | 2 +- ext/strscan/strscan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 7eade5bcba6d37..74e2b95c99ca46 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.0"; +STRINGIO_VERSION = "3.1.1"; #include "ruby.h" #include "ruby/io.h" diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 16d669d8a5860a..a2bf56ce4fe111 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.0.7" +#define STRSCAN_VERSION "3.0.8" /* ======================================================================= Data Type Definitions