diff options
author | Karen Etheridge <ether@cpan.org> | 2022-09-20 17:47:37 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2022-09-20 18:05:40 -0700 |
commit | 1ef54df4bdf39e1d2ef626673002bbc7886b7bb3 (patch) | |
tree | 0e7f5e63d05f84c180c5772a792bf32b9df65ef3 /patchlevel.h | |
parent | c5b9df7142d75b239a04b2473c4cc384f3e1e3cd (diff) | |
download | perl-1ef54df4bdf39e1d2ef626673002bbc7886b7bb3.tar.gz |
Bump the perl version in various places for 5.37.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 88d0b0d44d..0fc48bf8a9 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 37 /* 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 37 -#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 |