Skip to content

Commit 6a79e53

Browse files
committed
Rollback to released version numbers of stringio and strscan
1 parent 7753057 commit 6a79e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
**********************************************************************/
1414

1515
static const char *const
16-
STRINGIO_VERSION = "3.1.1";
16+
STRINGIO_VERSION = "3.1.0";
1717

1818
#include "ruby.h"
1919
#include "ruby/io.h"

ext/strscan/strscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
2222

2323
#include <stdbool.h>
2424

25-
#define STRSCAN_VERSION "3.0.8"
25+
#define STRSCAN_VERSION "3.0.7"
2626

2727
/* =======================================================================
2828
Data Type Definitions

0 commit comments

Comments
 (0)