summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-12-06 21:14:28 -0500
committerRicardo Signes <rjbs@cpan.org>2013-12-06 21:14:28 -0500
commit266cec73b51978ef9d6da0a60cd57e26ed6848ed (patch)
treee8b92c136ff7bed14e7f9a6369ae5fe2da0cbc55
parent5ae8e207a56f9ce452b3cddaeb271c10fbad92db (diff)
downloadperl-266cec73b51978ef9d6da0a60cd57e26ed6848ed.tar.gz
update versions and dates for a second 5.18.2 RC
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
-rw-r--r--patchlevel.h2
-rw-r--r--pod/perlhist.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a937c0fe36..66c4ae1615 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -241,7 +241,7 @@ sub changes_between {
5.019004 => '2013-09-20',
5.019005 => '2013-10-20',
5.019006 => '2013-11-20',
- 5.018002 => '2013-12-09',
+ 5.018002 => '2013-12-16',
);
for my $version ( sort { $a <=> $b } keys %released ) {
diff --git a/patchlevel.h b/patchlevel.h
index 4a6dc73b98..a668ff41b9 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 8ec5a1165d..a0fdf138a7 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -512,7 +512,7 @@ the strings?).
Ricardo 5.18.1-RC2 2013-Aug-03
Ricardo 5.18.1-RC3 2013-Aug-08
Ricardo 5.18.1 2013-Aug-12
- Ricardo 5.18.2 2013-Dec-09
+ Ricardo 5.18.2 2013-Dec-16
Ricardo 5.19.0 2013-May-20 The 5.19 development track
David G 5.19.1 2013-Jun-21