summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-03-30 22:58:52 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-03-30 22:58:52 -0400
commit9051e0f43c4df6d9d82db1b040c295dde34077b7 (patch)
treee63aa767aa0d8843ba28901d236c4c968024d55a
parentbaf26ee374eb37025050e4c705bd14a5cfe6515b (diff)
downloadperl-9051e0f43c4df6d9d82db1b040c295dde34077b7.tar.gz
Looks like we have an RC2 due to a segfault in reverse()
-rw-r--r--patchlevel.h2
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