summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2022-07-21 04:06:16 +0000
committerNicolas R <atoomic@cpan.org>2022-07-21 04:14:01 +0000
commitcf80a7ac1fa63e345c7a99e9e93043dd48be0938 (patch)
treeb1b19949b22f6e1b31f4544fe0a076f4c4812589 /patchlevel.h
parent000872ab954003368289477dfcd9a05aba3ec9af (diff)
downloadperl-cf80a7ac1fa63e345c7a99e9e93043dd48be0938.tar.gz
Bump version to 5.37.3
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h
index a5b018cce8..4de0e14ef9 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 2 /* generation */
+#define PERL_SUBVERSION 3 /* 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 2
+#define PERL_API_SUBVERSION 3
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure