diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-29 02:11:43 +0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 17:17:32 -0400 |
commit | 4e31220dc51f11a5699fc39e0e529f2a824f2fb7 (patch) | |
tree | fd5efb48aa84ea1c4ea70c5f7c08146b40e95ab5 /patchlevel.h | |
parent | 3d21943ed8af6419b6284007a118fd1217b51971 (diff) | |
download | perl-4e31220dc51f11a5699fc39e0e529f2a824f2fb7.tar.gz |
RC1 -> RC2; push off the date of 5.14.0 until a week from tomorrow
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index ffdef78700..72a4e12f8b 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 |