summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2011-06-15 16:14:48 +0100
committerLeon Brocard <acme@astray.com>2011-06-15 16:14:48 +0100
commit5c26f8f6953ad4f9517732ac321914c726d7ec9d (patch)
treec976696968599a4419681ab1e0b9ea704773d4d7
parent77ab2884ea4d6c3fff81ea673caff7258615574a (diff)
downloadperl-5.12.4-RC2.tar.gz
bump version to RC2v5.12.4-RC2
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 8f6499c9be..56b86ae3cc 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -130,7 +130,7 @@ static const char * const local_patches[] = {
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif
- ,"RC1"
+ ,"RC2"
PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
,NULL
};