Rollback to released version numbers of stringio and strscan

This commit is contained in:
Hiroshi SHIBATA 2023-12-16 12:00:36 +08:00
parent 775305763a
commit 6a79e53823
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
**********************************************************************/
static const char *const
STRINGIO_VERSION = "3.1.1";
STRINGIO_VERSION = "3.1.0";
#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.8"
#define STRSCAN_VERSION "3.0.7"
/* =======================================================================
Data Type Definitions