summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-08-25 03:15:02 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-25 03:15:02 +0100
commit176d62b07b55599e970ca94461de8532aa64558f (patch)
treedf9089a45b63b65fd1ee9599135068e046edc85a
parent68453711722219ed40e4c7b356f90b93d34656ea (diff)
downloadperl-176d62b07b55599e970ca94461de8532aa64558f.tar.gz
Bump version to RC1
-rw-r--r--patchlevel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 8cbd2868d7..2eb12893ff 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -136,6 +136,7 @@ static const char * const local_patches[] = {
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif
+ ,"RC1"
PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
,NULL
};