diff options
-rw-r--r-- | META.json | 2 | ||||
-rw-r--r-- | patchlevel.h | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |