diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-04-23 18:51:26 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-04-23 18:51:26 +0100 |
commit | 6f30c2648bf1dda7af5cc205448f8990d2383264 (patch) | |
tree | c18039757718f018739fbc304daf6de712b8bd10 | |
parent | aec451e99ad2c06e1e63b6207d90abcb31d8f0e1 (diff) | |
download | perl-6f30c2648bf1dda7af5cc205448f8990d2383264.tar.gz |
bump perl version to v5.24.0-RC2v5.24.0-RC2
-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 97beacf7cf..2a7c7a34df 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC1" + ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 69d18abb64..501ef02253 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -579,6 +579,7 @@ the strings?). Abigail 5.23.9 2016-Mar-20 Ricardo 5.24.0-RC1 2016-Apr-13 The 5.24 maintenance track + Ricardo 5.24.0-RC2 2016-Apr-23 =head2 SELECTED RELEASE SIZES |