summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-11-15 14:16:51 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-11-15 14:16:51 +0000
commitc541df4f14dc8a946c84097d0bb240be925095f1 (patch)
tree2532bf6ef4da85f0757503612dd18f2c5d4436de
parentd8242840f6b8cd78a1c76a81afc629187e36715f (diff)
downloadperl-5.22.1-RC2.tar.gz
Bump to RC2 and update META filev5.22.1-RC2
-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 d5ee162195..e336be2034 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 bd56612115..877387d376 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,6 +133,7 @@ hunk.
# endif
static const char * const local_patches[] = {
NULL
+ ,"RC2"
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif