diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-28 23:51:48 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-28 23:51:48 -0400 |
commit | 88b559779b7cc467fc8e688c68bd02dd6c36914d (patch) | |
tree | 2753e66b33bb87aa9edf94829cf490cb2911573c /patchlevel.h | |
parent | 055e9e166d34c9b54a2b01facc7eae6673d243c9 (diff) | |
download | perl-88b559779b7cc467fc8e688c68bd02dd6c36914d.tar.gz |
bump from rc0 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 fc1c8e1d33..38ea99974b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -127,7 +127,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC0" + ,"RC1" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |