Added pre-release suffix for development version of default gems
https://github.com/ruby/stringio/issues/81
This commit is contained in:
parent
f304afd26d
commit
32f134bb85
@ -1,3 +1,3 @@
|
|||||||
module Fiddle
|
module Fiddle
|
||||||
VERSION = "1.1.3"
|
VERSION = "1.1.3.dev"
|
||||||
end
|
end
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
static const char *const
|
static const char *const
|
||||||
STRINGIO_VERSION = "3.1.2";
|
STRINGIO_VERSION = "3.1.2.dev";
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define STRSCAN_VERSION "3.1.1"
|
#define STRSCAN_VERSION "3.1.1.dev"
|
||||||
|
|
||||||
/* =======================================================================
|
/* =======================================================================
|
||||||
Data Type Definitions
|
Data Type Definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user