Skip to content

Commit 2c91b11

Browse files
Add RC1 to patchlevel.h, release_status is testing
1 parent 6bc4b3d commit 2c91b11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"vxs.inc"
106106
]
107107
},
108-
"release_status" : "stable",
108+
"release_status" : "testing",
109109
"resources" : {
110110
"bugtracker" : {
111111
"web" : "https://github.com/Perl/perl5/issues"

patchlevel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ hunk.
155155
# endif
156156
static const char * const local_patches[] = {
157157
NULL
158+
,"RC1"
158159
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
159160
,"uncommitted-changes"
160161
#endif

0 commit comments

Comments
 (0)