diff options
author | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:27:28 -0700 |
---|---|---|
committer | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:46:13 -0700 |
commit | 1967e4078fc58b815297507a9bd9fc1f9bb34f9e (patch) | |
tree | 07ceb9f49a8197e9b39d507e8c21a7de9d4fb5fa /patchlevel.h | |
parent | a8ba758dd5059433a645c02519c488320cd39cff (diff) | |
download | perl-1967e4078fc58b815297507a9bd9fc1f9bb34f9e.tar.gz |
Bump perl version to 5.27.5, including Module::CoreList bits
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 1b44a8556c..b003be7149 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 27 /* epoch */ -#define PERL_SUBVERSION 4 /* generation */ +#define PERL_SUBVERSION 5 /* 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 4 +#define PERL_API_SUBVERSION 5 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |