summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2021-01-09 15:07:28 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-09 15:07:28 +0000
commit33c4e290cf6f957803222a9ce4092459d6c25277 (patch)
treece48426dea5dca21080adb6ec212ab0b0ab4ede7
parentccca83f0e5726115593a82dfc579df38f03b5308 (diff)
downloadperl-33c4e290cf6f957803222a9ce4092459d6c25277.tar.gz
Bump to RC1 and update META.jsonv5.32.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 7ecc883b3f..062902c3e2 100644
--- a/META.json
+++ b/META.json
@@ -117,7 +117,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 3c504eef58..8d73db93af 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