diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-30 22:58:52 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-30 22:58:52 -0400 |
commit | 9051e0f43c4df6d9d82db1b040c295dde34077b7 (patch) | |
tree | e63aa767aa0d8843ba28901d236c4c968024d55a /patchlevel.h | |
parent | baf26ee374eb37025050e4c705bd14a5cfe6515b (diff) | |
download | perl-9051e0f43c4df6d9d82db1b040c295dde34077b7.tar.gz |
Looks like we have an RC2 due to a segfault in reverse()
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 38ea99974b..d29a1d4427 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -127,7 +127,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC1" + ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |