diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-04-20 00:40:20 +1000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-04-20 00:40:20 +1000 |
commit | 85fdffac04a5ea27e4a8157108239b371d37a1a6 (patch) | |
tree | 53bd62a6734acfb0b5d1cbb7ee1e959f73f17920 /patchlevel.h | |
parent | 3a968dc22bcfbe43d39b056a8ce688bcce85923c (diff) | |
download | perl-85fdffac04a5ea27e4a8157108239b371d37a1a6.tar.gz |
Bump patchlevel to RC1
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 5d66a62aed..ffdef78700 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC0" + ,"RC1" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |