summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-02-29 12:22:44 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-29 12:22:44 +0000
commitd20f13cc1c3c274156ab81003482ae634522f18b (patch)
tree217a1a008121c06445ae33c3512f0c3eb5757ed7
parentaeb2b0b1f3a0b5f8a3ea16782aebdb64658ef98e (diff)
downloadperl-d20f13cc1c3c274156ab81003482ae634522f18b.tar.gz
Bump to RC1 and update META.jsonv5.30.2-RC1
-rw-r--r--META.json2
-rw-r--r--patchlevel.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/META.json b/META.json
index e02360645e..da8aac3c16 100644
--- a/META.json
+++ b/META.json
@@ -114,7 +114,7 @@
"vxs.inc"
]
},
- "release_status" : "stable",
+ "release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Perl/perl5/issues"
diff --git a/patchlevel.h b/patchlevel.h
index 248a34421a..1fe00bc6f3 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC1"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif