summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2022-03-06 16:36:12 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2022-03-06 16:36:12 +0000
commit23fa289c91349497f7c149ace76da18516ca92be (patch)
tree06da79881060521a76647bbf399a0d8e496571f6
parente0f0c031c54e14cc26b72d22c39e4dc8505b4032 (diff)
downloadperl-23fa289c91349497f7c149ace76da18516ca92be.tar.gz
Bump to RC2 and update META.jsonv5.34.1-RC2
-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..3343040d0c 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -157,6 +157,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC2"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif