diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2021-09-20 16:16:11 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2021-09-20 16:33:25 -0400 |
commit | 3a5b8af2b22396b93952e0d47a5d2a8b17cc8541 (patch) | |
tree | 74f43a86e1b2abcf43bc49029e4afb8779cc3492 /patchlevel.h | |
parent | 74f6ed497c475000298d4e4896e9f23ff89f508d (diff) | |
download | perl-3a5b8af2b22396b93952e0d47a5d2a8b17cc8541.tar.gz |
Bump versions from v5.35.4 to v5.35.5
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 ca922c222e..c3730c97c9 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 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 @@ -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 4 +#define PERL_API_SUBVERSION 5 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |