diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 23:39:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 23:39:42 +0000 |
commit | bd05022c1077843bb12b065d8baae4101b6b23c0 (patch) | |
tree | 37ec9cad20d512db6d15089973de844bd2a50b6e /patchlevel.h | |
parent | 8cd7955893792dd3ae9bfaf61ca10fa3182273ac (diff) | |
download | perl-bd05022c1077843bb12b065d8baae4101b6b23c0.tar.gz |
update local_patches entry for RC2
p4raw-id: //depot/perl@5748
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 7da61f042c..f37bfec27c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - , "v5.6.0-RC1" + , "v5.6.0-RC2" ,NULL }; |