In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fff2d93e7190eee6b5d20af2144679a24d8b26ef?hp=9baa246cc16b03dcc8354a141d54bb5c40fb99b1>
- Log ----------------------------------------------------------------- commit fff2d93e7190eee6b5d20af2144679a24d8b26ef Author: Ricardo Signes <[email protected]> Date: Tue Apr 26 18:10:34 2016 -0400 bump version to v5.24.0-RC3 ----------------------------------------------------------------------- Summary of changes: patchlevel.h | 2 +- pod/perlhist.pod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/patchlevel.h b/patchlevel.h index 2a7c7a3..62563e9 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC2" + ,"RC3" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 501ef02..f19cd83 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -580,6 +580,7 @@ the strings?). Ricardo 5.24.0-RC1 2016-Apr-13 The 5.24 maintenance track Ricardo 5.24.0-RC2 2016-Apr-23 + Ricardo 5.24.0-RC3 2016-Apr-26 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
