diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-08-31 14:19:20 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-08-31 14:22:17 +0900 |
commit | 32f134bb8541b21b941c49c68b5bf91cf62c97dc () | |
tree | 84eaddd483dda1e054449ad21b4683515e69475a | |
parent | f304afd26d22a6c9922399f3eaf0865ff64d95a7 (diff) |
Added suffix for development version of default gems
https://.com/ruby/stringio/issues/81
-rw-r--r-- | ext/fiddle/lib/fiddle/version.rb | 2 | ||||
-rw-r--r-- | ext/stringio/stringio.c | 2 | ||||
-rw-r--r-- | ext/strscan/strscan.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ module Fiddle - VERSION = "1.1.3" end @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.2"; #include <stdbool.h> @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); #include <stdbool.h> -#define STRSCAN_VERSION "3.1.1" /* ======================================================================= Data Type Definitions |