diff options
author | Aaron Crane <arc@cpan.org> | 2017-07-20 20:53:42 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-07-20 21:01:16 +0100 |
commit | 56c35cf6201e8e4c101fea1c8bc4878b17afd323 (patch) | |
tree | f7ae8795f70410f0800640ca7c78c0ae8cc56cd1 /patchlevel.h | |
parent | 0e58c72cd502c10f2cca3ff696e2d585c3555314 (diff) | |
download | perl-56c35cf6201e8e4c101fea1c8bc4878b17afd323.tar.gz |
Bump Perl version from 5.27.2 to 5.27.3
Including the various pieces of Module::CoreList.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index d20f20424c..b05a6f2092 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 27 /* epoch */ -#define PERL_SUBVERSION 2 /* generation */ +#define PERL_SUBVERSION 3 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -36,7 +36,7 @@ */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 27 -#define PERL_API_SUBVERSION 2 +#define PERL_API_SUBVERSION 3 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |