diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-05-09 11:31:27 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-09 11:31:27 -0400 |
commit | 19bfff0f437aaac271c0658c51d56954ab685688 (patch) | |
tree | ae74febbd37e654a4062108c5006d65b4d4265a6 | |
parent | 499a640db217d9e13779fabe08a7736127153ff3 (diff) | |
download | perl-19bfff0f437aaac271c0658c51d56954ab685688.tar.gz |
Remove the "RC2" marker in preparation for Wednesday's final release.
-rw-r--r-- | patchlevel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 72a4e12f8b..9c0646b7d0 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,6 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |