diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-04-09 23:17:44 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-09 23:17:44 -0400 |
commit | 82d57a628cbdfec7d17606e2fd25bc46f0713b89 (patch) | |
tree | 0f030ee817cdda3e07bb637f4ef2382e1ba592fa /patchlevel.h | |
parent | 8c57606294f48eb065dff03f7ffefc1e4e2cdce4 (diff) | |
download | perl-82d57a628cbdfec7d17606e2fd25bc46f0713b89.tar.gz |
RC5 due to a regression reported by <mons@veda.park.rambler.ru>
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 dccd60a342..fae99b0119 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -127,7 +127,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC4" + ,"RC5" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |