summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-07-01 21:19:12 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2017-07-01 21:19:12 +0100
commit3e7241b69384a7c875fdec256654ae7ed9e99f2c (patch)
tree4a2e91bea4611d215fa74ae52baf33d8f5e93c4b
parent76de97ee66538eaf490ba955bc1383dae7393b21 (diff)
downloadperl-5.22.4-RC1.tar.gz
Bump to RC1v5.22.4-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 d6784bd3f6..b1e974c38e 100644
--- a/META.json
+++ b/META.json
@@ -112,7 +112,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 61e6402ba2..3cb459fb52 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