Mark development version for unreleased gems

This commit is contained in:
Hiroshi SHIBATA 2025-12-26 09:37:17 +09:00
parent 70c7f3ad77
commit 93df966848
Notes: git 2025-12-26 02:02:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
**********************************************************************/
static const char *const
STRINGIO_VERSION = "3.2.1";
STRINGIO_VERSION = "3.2.1.dev";
#include <stdbool.h>

View File

@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
#include <stdbool.h>
#define STRSCAN_VERSION "3.1.7"
#define STRSCAN_VERSION "3.1.7.dev"
#ifdef HAVE_RB_DEPRECATE_CONSTANT