summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-05-15 12:32:18 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2020-05-17 10:40:17 +0100
commit8dcf04cc1c3603b6c3092cc101631947df0685a3 (patch)
tree6c2830544bbc4e80b6b740b00d5ef9da91c27eba
parent7cc84caa6dab3ed5d7d4f2743bb10a0b8bc4593d (diff)
downloadperl-8dcf04cc1c3603b6c3092cc101631947df0685a3.tar.gz
Bump to RC1 and update META.jsonv5.28.3-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 ac2df6dd1d..b9423f432d 100644
--- a/META.json
+++ b/META.json
@@ -114,7 +114,7 @@
"vxs.inc"
]
},
- "release_status" : "stable",
+ "release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://rt.perl.org/"
diff --git a/patchlevel.h b/patchlevel.h
index 91bc348c23..eeea19a85b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC1"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif