We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7753057 commit 6a79e53Copy full SHA for 6a79e53
ext/stringio/stringio.c
@@ -13,7 +13,7 @@
13
**********************************************************************/
14
15
static const char *const
16
-STRINGIO_VERSION = "3.1.1";
+STRINGIO_VERSION = "3.1.0";
17
18
#include "ruby.h"
19
#include "ruby/io.h"
ext/strscan/strscan.c
@@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
22
23
#include <stdbool.h>
24
25
-#define STRSCAN_VERSION "3.0.8"
+#define STRSCAN_VERSION "3.0.7"
26
27
/* =======================================================================
28
Data Type Definitions
0 commit comments