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 /ext/stringio/stringio.c | |
parent | f304afd26d22a6c9922399f3eaf0865ff64d95a7 (diff) |
Added suffix for development version of default gems
https://.com/ruby/stringio/issues/81
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.2"; #include <stdbool.h> |