summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2023-01-21 00:22:13 +0100
committerreneeb <info@perl-services.de>2023-01-21 00:22:13 +0100
commit0036fddf861c3e1cc51fe78cf8c252b97b949e91 (patch)
tree209475a0785b67049c8f404e4fe4fa32df7110b9 /patchlevel.h
parent4d2e65728ee21711be5bc3d4349583b103fd5d38 (diff)
downloadperl-0036fddf861c3e1cc51fe78cf8c252b97b949e91.tar.gz
bump version for 5.37.9
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 191ae27a95..b42ed1ec5e 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 8 /* generation */
+#define PERL_SUBVERSION 9 /* 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 8
+#define PERL_API_SUBVERSION 9
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure