summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2022-02-27 12:55:10 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2022-02-27 12:55:10 +0000
commitf53b4397a92bf48a5dd7b2ce75ae5f2de4be9254 (patch)
tree5e9debb683edfc0b83d33b42df8c4d7b28e745bb
parentd33aff88fd17c30e7ae2110be9cee6232101b3e1 (diff)
downloadperl-5.34.1-RC1.tar.gz
Bump to RC1 and update META.jsonv5.34.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 9fe2fc096d..acc8628997 100644
--- a/META.json
+++ b/META.json
@@ -118,7 +118,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 50f68f27c6..58ffa0675e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -157,6 +157,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC1"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif