summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2023-04-10 20:02:39 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2023-04-10 20:02:39 +0100
commite17e6bea432e2389088e72a5158ec1ee58d9dc1c (patch)
tree234c2407ec3c279c9d61d94b82bf684edf14f25d
parentacaa6f200049474ec0bd32c6b83541bb97b68cb3 (diff)
downloadperl-e17e6bea432e2389088e72a5158ec1ee58d9dc1c.tar.gz
Bump to RC1 and update META.jsonv5.36.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 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..783ae2464a 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