diff options
-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
diff --git a/ext/fiddle/lib/fiddle/version.rb b/ext/fiddle/lib/fiddle/version.rb index 6c5109dca8..3444e24f92 100644 --- a/ext/fiddle/lib/fiddle/version.rb +++ b/ext/fiddle/lib/fiddle/version.rb @@ -1,3 +1,3 @@ module Fiddle - VERSION = "1.1.3" + VERSION = "1.1.3.dev" end diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 74515901e0..07e970f295 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.2"; +STRINGIO_VERSION = "3.1.2.dev"; #include <stdbool.h> diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index fad35925a8..606c44bc96 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); #include <stdbool.h> -#define STRSCAN_VERSION "3.1.1" +#define STRSCAN_VERSION "3.1.1.dev" /* ======================================================================= Data Type Definitions |