In perl.git, the branch maint-5.24 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9507c5e6ba9d8b0e2c6f3a3fb62fb6c6b16c6db4?hp=1b7abe20fcdca479e5720538eb76c42f71a979c3>

- Log -----------------------------------------------------------------
commit 9507c5e6ba9d8b0e2c6f3a3fb62fb6c6b16c6db4
Author: Steve Hay <[email protected]>
Date:   Fri Aug 12 01:01:35 2016 +0100

    Disarm patchlevel.h and regen META.json
-----------------------------------------------------------------------

Summary of changes:
 META.json    | 2 +-
 patchlevel.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/META.json b/META.json
index 220e4c3..86fa43e 100644
--- a/META.json
+++ b/META.json
@@ -111,7 +111,7 @@
          "vxs.inc"
       ]
    },
-   "release_status" : "testing",
+   "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
diff --git a/patchlevel.h b/patchlevel.h
index ea04788..0d8ab18 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,7 +133,6 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
-       ,"RC3"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif

--
Perl5 Master Repository

Reply via email to