summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2021-08-22 18:18:17 -0700
committerKaren Etheridge <ether@cpan.org>2021-08-22 19:36:04 -0700
commit3fd2ac55c6607b32006c42715c7d5ab7c262eb1c (patch)
treea326e4a6928283c5e56f1fc5b375df2b36c93f7f /patchlevel.h
parent9f4cc5bf0c6e822cb1300754345bb3e5278ab29f (diff)
downloadperl-3fd2ac55c6607b32006c42715c7d5ab7c262eb1c.tar.gz
Bump the perl version in various places for 5.35.4
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 1e57a5ed35..ca922c222e 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 3 /* generation */
+#define PERL_SUBVERSION 4 /* 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 3
+#define PERL_API_SUBVERSION 4
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure