diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-20 23:45:41 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-20 23:45:41 +0000 |
commit | 149b848a703c802fe948c79e4812c725aac8f013 (patch) | |
tree | b4ab46c9ac4a1617cb1772b3c0d841a54a7fc520 /patchlevel.h | |
parent | 4ec06e46974ee55eddd720e00866ef329d570bb4 (diff) | |
download | perl-149b848a703c802fe948c79e4812c725aac8f013.tar.gz |
Bump the perl version in various places for v5.27.8
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 906d24f4ff..ccf40d2a65 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 27 /* epoch */ -#define PERL_SUBVERSION 7 /* generation */ +#define PERL_SUBVERSION 8 /* 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 7 +#define PERL_API_SUBVERSION 8 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |