diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-05-26 17:09:48 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-03 22:45:08 +0300 |
commit | 5305510c3d364c36c0c0dc9a9710b7829be37d9a (patch) | |
tree | cf6d8778326caa2500607d45d600e8d4fac8dac5 /patchlevel.h | |
parent | b311082a82b226faa71bf7ce590e0fce2aa8bf09 (diff) | |
download | perl-5305510c3d364c36c0c0dc9a9710b7829be37d9a.tar.gz |
bump version to RC2
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h index 39918ea301..1c097ab448 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,6 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |