Skip to content

Commit 228d40a

Browse files
Disarm RC1 in patchlevel.h - Arm release_status in META.json
1 parent db61aeb commit 228d40a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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" : "testing",
108+
"release_status" : "stable",
109109
"resources" : {
110110
"bugtracker" : {
111111
"web" : "https://github.com/Perl/perl5/issues"

patchlevel.h

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

0 commit comments

Comments
 (0)