summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-07-01 21:19:27 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-07-01 21:19:27 +0100
commit4089b3b59843538aab75e779540bfc6eda8b6a10 (patch)
treefff75de78fa08c295ad5bde477b459a6414fca60
parent9802e80bf40d20d2f9786a35c42d3de541ffaaba (diff)
downloadperl-5.24.2-RC1.tar.gz
Bump to RC1v5.24.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 97ef248ca2..1cfb0ba9bc 100644
--- a/META.json
+++ b/META.json
@@ -111,7 +111,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 9442944283..53bb4ba7cc 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