diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2023-04-16 16:36:44 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2023-04-16 16:36:44 +0100 |
commit | ef79200c43fc4a4e37802557d175918ba2ec4812 (patch) | |
tree | 848f4064fcec6f24aa1c23b2de413dad04d064ef | |
parent | 66cefb00b475e1b321ab2a1aa8e66a7ae14334c2 (diff) | |
download | perl-ef79200c43fc4a4e37802557d175918ba2ec4812.tar.gz |
Disarm patchlevel.h and regen META.json
-rw-r--r-- | META.json | 2 | ||||
-rw-r--r-- | patchlevel.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -105,7 +105,7 @@ "vxs.inc" ] }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/Perl/perl5/issues" diff --git a/patchlevel.h b/patchlevel.h index c11bca3608..57880f126c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -157,7 +157,6 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC3" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |