Skip to content

Commit

Permalink
Rollback to released version numbers of stringio and strscan
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent 7753057 commit 6a79e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/stringio/stringio.c
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ext/strscan/strscan.c
Expand Up @@ -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
Expand Down

0 comments on commit 6a79e53

Please sign in to comment.