summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2023-04-11 20:13:09 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2023-04-11 20:13:09 +0100
commit2e60932a0e378da53c04b82e8983d9cef4dcacba (patch)
tree961e07209273a29bcbe4f52cdd27b124f41d373e
parent86323fb4cd0b5b397372d6122c04f87e77504d2a (diff)
downloadperl-2e60932a0e378da53c04b82e8983d9cef4dcacba.tar.gz
Bump to RC2 and update META.jsonv5.36.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 ddc92c7786..3eaf6491ff 100644
--- a/META.json
+++ b/META.json
@@ -105,7 +105,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 57880f126c..d669b3ada4 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