summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-25 16:07:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-25 16:07:33 +0000
commit22c23f215652b63398ec01179deb2455df58e7d2 (patch)
tree72dfebede169209ead90bc2c5ff373ac5338cbcc /patchlevel.h
parent90a181105a13094bd64be49dfc7995251779b079 (diff)
downloadperl-22c23f215652b63398ec01179deb2455df58e7d2.tar.gz
Bump patchlevel to RC2
p4raw-id: //depot/perl@32485
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index b0750aa485..fa032d1ba3 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -118,7 +118,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static const char * const local_patches[] = {
NULL
- ,"RC1"
+ ,"RC2"
,NULL
};