diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-05-03 11:38:36 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-05-03 11:38:36 -0400 |
commit | 03ea422d3e27cf8ec0f1440880a344ad765fd501 (patch) | |
tree | 11fcb5eee08b7b5721ad478c4aca8d9217ebc570 /patchlevel.h | |
parent | 9a21f3bac1068ca5b18174aada84118ea04fe3eb (diff) | |
download | perl-03ea422d3e27cf8ec0f1440880a344ad765fd501.tar.gz |
patchlevel, perlhist: another day, another RC
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 53fe568c89..82aa264c41 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC4" + ,"RC5" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |