diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-04-26 18:10:34 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-04-26 18:10:34 -0400 |
commit | fff2d93e7190eee6b5d20af2144679a24d8b26ef (patch) | |
tree | d2caad3eb3d51b3d2e97dc891783a2e6038e3bde | |
parent | 9baa246cc16b03dcc8354a141d54bb5c40fb99b1 (diff) | |
download | perl-fff2d93e7190eee6b5d20af2144679a24d8b26ef.tar.gz |
bump version to v5.24.0-RC3v5.24.0-RC3
-rw-r--r-- | patchlevel.h | 2 | ||||
-rw-r--r-- | pod/perlhist.pod | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 2a7c7a34df..62563e96eb 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 501ef02253..f19cd831a8 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 |