summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-08-11 22:23:50 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-08-11 22:23:50 +0100
commit1b7abe20fcdca479e5720538eb76c42f71a979c3 (patch)
tree388b85f2c318c8eb766bbaa83b9ac1f214d8e5d9
parentacb70086a8d1ff0eb397cb43961d55cecc83dd8b (diff)
downloadperl-5.24.1-RC3.tar.gz
Bump to RC3v5.24.1-RC3
-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 86fa43ebdf..220e4c30bf 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 0d8ab183f3..ea047883b0 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC3"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif