diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-05-05 22:35:00 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-05-08 20:19:41 -0400 |
commit | fdfaf0a208336b5d14e1c16ffac9f0b3c2f6a275 (patch) | |
tree | 59243f62e047de685878adda48a954a0bd863ca1 /patchlevel.h | |
parent | e2710a4bfcec699f2cbbfac974ba623f464bcb50 (diff) | |
download | perl-fdfaf0a208336b5d14e1c16ffac9f0b3c2f6a275.tar.gz |
...but actually we are RC0
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 a0ad78bf1e..4aaaa5584e 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,6 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL + ,"RC0" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |