summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-15 13:19:55 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-15 13:51:41 +0200
commit9dab44d28b6721a6f58d163b22462beef88082c9 (patch)
treec5eb13875f98e7335c43af3617c0acd04aa47100
parent94413c97eb4fbce3e64419b5763d4e6634dbf552 (diff)
downloadperl-9dab44d28b6721a6f58d163b22462beef88082c9.tar.gz
Bump version to RC2v5.34.0-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 4647b41498..e8492baf88 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 1a48368e7c..acafc709f7 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