diff options
author | Neil Bowers <neilb@neilb.org> | 2021-12-21 01:17:04 +0000 |
---|---|---|
committer | Neil Bowers <neilb@neilb.org> | 2021-12-21 01:17:04 +0000 |
commit | 3c527f95efb983d0e8f9e2ee3f49c1ee7c11b540 (patch) | |
tree | efd94097a47ac701c684dd43c6771b27919d60ee /patchlevel.h | |
parent | 1ee7332fb750c57a8a0df8368c922d0d971d2761 (diff) | |
download | perl-3c527f95efb983d0e8f9e2ee3f49c1ee7c11b540.tar.gz |
Bump the perl version in various places for 5.35.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 ab34c8a456..596e91de70 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -39,7 +39,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>. #define PERL_REVISION 5 /* age */ #define PERL_VERSION 35 /* 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 @@ -60,7 +60,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>. */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 35 -#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 |