summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-05-15 12:32:31 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2020-05-17 10:53:24 +0100
commit4184d595fd7d89b0b6056fcfa5e0b43de587940d (patch)
tree651b2662eef1d427abedc07ce4773efaa54438eb
parentfe70a02e1bf6e93ee1f7bac587904260309d5038 (diff)
downloadperl-5.30.3-RC1.tar.gz
Bump to RC1 and update META.jsonv5.30.3-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 eb02af46b3..c13b787c1a 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 d55a9c7ad9..c73383b4ed 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