summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2023-04-16 15:43:09 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2023-04-16 15:43:09 +0100
commit66cefb00b475e1b321ab2a1aa8e66a7ae14334c2 (patch)
treee22f64974c4c67c5824ab56a7f72ed005d2e10d6
parent3dfea5412b3f3ee12ca76ca6b3136cf54621909e (diff)
downloadperl-66cefb00b475e1b321ab2a1aa8e66a7ae14334c2.tar.gz
Bump to RC3 and update META.jsonv5.36.1-RC3
-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..c11bca3608 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -157,6 +157,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC3"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif