summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-08-11 22:47:08 -0400
committerRicardo Signes <rjbs@cpan.org>2013-08-11 22:47:08 -0400
commit004875cca4cad3dd1e46b7d594c2e6b317f1f479 (patch)
tree269e367fba565c1b731db387790e3c518ada0b05
parentd58e65eeddccb3f179e7e6f4e2015ffb2b75e1cd (diff)
downloadperl-004875cca4cad3dd1e46b7d594c2e6b317f1f479.tar.gz
patchlevel.h: remove RC3 indicator
This is it, folks!
-rw-r--r--patchlevel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 3e4fb46699..e913cc4a4b 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -136,7 +136,6 @@ static const char * const local_patches[] = {
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif
- ,"RC3"
PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
,NULL
};