summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-10-27 11:59:36 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2019-10-27 11:59:36 +0000
commitc7b0f4381d9ba7446b031fd197f0817ead76cc96 (patch)
treea1b49ab198455c2d1028e5e7dccad8a3aea501bf
parent31c9b2bc2383b2f8c6bf31d22a1cc8840bd8169b (diff)
downloadperl-c7b0f4381d9ba7446b031fd197f0817ead76cc96.tar.gz
Bump to RC1 and update META.jsonv5.30.1-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 837ca5a411..74fe9829f4 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 6253a725cf..995713a132 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