summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-17 22:06:42 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-17 22:06:42 +0100
commitc6b8c00a562efaaefbf6090c59946fa5b136a9aa (patch)
treea1bf93338a2e545a5ba524874488ec5ba8c37efd
parentec663e216d04b07d5f2a9ca9bd00fd520af77cd6 (diff)
downloadperl-5.22.3-RC1.tar.gz
Bump to RC1v5.22.3-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 39fa323a67..28bdd07ccc 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 6ebaeb7bbf..eaa8ab6bc7 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