Skip to content

Commit

Permalink
Added pre-release suffix for development version of default gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 31, 2024
1 parent f304afd commit 32f134b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/fiddle/lib/fiddle/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fiddle
VERSION = "1.1.3"
VERSION = "1.1.3.dev"
end
2 changes: 1 addition & 1 deletion ext/stringio/stringio.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**********************************************************************/

static const char *const
STRINGIO_VERSION = "3.1.2";
STRINGIO_VERSION = "3.1.2.dev";

#include <stdbool.h>

Expand Down
2 changes: 1 addition & 1 deletion ext/strscan/strscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32f134b

Please sign in to comment.