diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-05-19 08:08:30 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-05-19 08:08:30 -0400 |
commit | a449cbd1d3130552f61fb9052c119992647e36fb (patch) | |
tree | 45468f1a7b3a014dad45c7f7c24bc162f7b0dc3c /patchlevel.h | |
parent | a1c993639224dffaa6c41b1639df7eac4e8134fc (diff) | |
download | perl-a449cbd1d3130552f61fb9052c119992647e36fb.tar.gz |
patchlevel: we are now releasing v5.22.0 RC1
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 4aaaa5584e..cb17adf15d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -133,7 +133,7 @@ hunk. # endif static const char * const local_patches[] = { NULL - ,"RC0" + ,"RC1" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |