summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-04-05 19:36:55 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-04-05 19:36:55 +0100
commitce72a043db884afdcf63dfdb016cdd04bab1e608 (patch)
tree930c3711aeee41a6a68bff66810793a82e1a53c9
parentd9145c9586f38b4827a894cc4b58c0acd4529ef7 (diff)
downloadperl-ce72a043db884afdcf63dfdb016cdd04bab1e608.tar.gz
Bump to RC1 and update META.jsonv5.28.2-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 51afa28fb1..d9610e4a71 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 d9e397a30c..60a398614c 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