diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 10:44:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 10:44:10 +0000 |
commit | bc38b8f5cb0e0ac9dd81476826983b3387640fa8 (patch) | |
tree | 1449d45cc35b842e6dbea9c625898c4ed4e17a7a /patchlevel.h | |
parent | a4b82a6f432d8ee296977d1ecd6955ece52324d0 (diff) | |
download | perl-bc38b8f5cb0e0ac9dd81476826983b3387640fa8.tar.gz |
here lies RC3
p4raw-id: //depot/perl@5856
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 f37bfec27c..ab5b2393e9 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-RC2" + , "v5.6.0-RC3" ,NULL }; |