Revert "Rollback to released version numbers of stringio and strscan"

This reverts commit 6a79e53823e328281b9e9eee53cd141af28f8548.
This commit is contained in:
Hiroshi SHIBATA 2023-12-25 17:43:22 +09:00
parent fa251d60aa
commit f54369830f
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
#include <stdbool.h>
#define STRSCAN_VERSION "3.0.7"
#define STRSCAN_VERSION "3.0.8"
/* =======================================================================
Data Type Definitions