summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-21 11:04:25 +0100
committerYves Orton <demerphq@gmail.com>2023-03-21 12:18:04 +0100
commit2a4ab2705a5be419ea938c09d06d2256ad115d42 (patch)
treec468497b7b7711dab3bfe12a2ec6a6b8f399c0d5 /patchlevel.h
parent966386b1d80d391fcda81fffd4a13c06905e17cf (diff)
downloadperl-2a4ab2705a5be419ea938c09d06d2256ad115d42.tar.gz
Bump version to 5.37.11, update Module-CoreList
Module-CoreList was synced with CPAN and had its version in Porting/Maintainers.pl updated. Module-CoreList was also updated by running: ./perl -Ilib Porting/corelist.pl cpan With some manual fixups afterwards to make it pass test.
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 822a6bbd3c..c36ca69370 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 10 /* generation */
+#define PERL_SUBVERSION 11 /* 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 10
+#define PERL_API_SUBVERSION 11
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure