diff options
author | Sawyer X <xsawyerx@cpan.org> | 2019-05-11 23:52:37 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2019-05-11 23:52:37 +0300 |
commit | c7a6d3b31a78eb828003075e042c026f697a38a9 (patch) | |
tree | 94c0e832fda951ab38f10f8092e0ab5355f64c3c | |
parent | 7fc7fbbf6acef59434d00cc8b61b4722ff739bb4 (diff) | |
download | perl-c7a6d3b31a78eb828003075e042c026f697a38a9.tar.gz |
bump version to RC1
-rw-r--r-- | patchlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h index acafc2be3c..74bb6e67d8 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,6 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC1" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |