summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-08-29 22:09:02 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-29 22:09:02 +0100
commitca79643f7bc5602bc885b785f9ab477db8f6bc05 (patch)
tree6f343203e5f0286113000e6b29dd14b8d17a2835
parenta7af2c9cb17132677f9e453708bf9b9420d52eae (diff)
downloadperl-ca79643f7bc5602bc885b785f9ab477db8f6bc05.tar.gz
Bump version to RC2v5.20.3-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 fb3f619552..5625f0be19 100644
--- a/META.json
+++ b/META.json
@@ -115,7 +115,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 f41660238d..1fe7c4d274 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