diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-04-23 18:51:26 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-04-23 18:51:26 +0100 |
commit | 6f30c2648bf1dda7af5cc205448f8990d2383264 (patch) | |
tree | c18039757718f018739fbc304daf6de712b8bd10 /patchlevel.h | |
parent | aec451e99ad2c06e1e63b6207d90abcb31d8f0e1 (diff) | |
download | perl-6f30c2648bf1dda7af5cc205448f8990d2383264.tar.gz |
bump perl version to v5.24.0-RC2v5.24.0-RC2
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 97beacf7cf..2a7c7a34df 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC1" + ,"RC2" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |