summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-23 23:09:35 +0100
committerKarl Williamson <khw@cpan.org>2021-07-24 05:47:21 -0700
commited9ad00f972a4581dc6ee42e783a2e24d2448dc7 (patch)
tree2ba1f75c3d9f88a2404106346c5bfcf3bb3ce2a4 /patchlevel.h
parent9e71a8df6ef30a713d49c0bda5b46fdbf62dbe45 (diff)
downloadperl-ed9ad00f972a4581dc6ee42e783a2e24d2448dc7.tar.gz
Bump the perl version in various places ready for 5.35.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 be0fc0f7f2..1e57a5ed35 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 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 35
-#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