summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-02-01 00:06:39 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-02-01 00:06:39 +0000
commita920fedcd88708027dc9204b8d8abac1638789d4 (patch)
tree88d70c7fbf2135c49bd3e7a36776e0bc292c11d2
parent3ced16b605e634047b5667d50cb13ac04bbf83d0 (diff)
downloadperl-a920fedcd88708027dc9204b8d8abac1638789d4.tar.gz
-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 82f25dad7d..66df2484f8 100644
--- a/META.json
+++ b/META.json
@@ -115,7 +115,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 07e1217e99..68602ba8d9 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