summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-06-20 15:25:28 +0200
committerMax Maischein <corion@corion.net>2021-06-20 15:25:28 +0200
commit69ea7f3edb27032e984e6211427ee7d85c40ea0f (patch)
tree105689b519291b75fabe13b3d6d56d3fc760a5bd /patchlevel.h
parentb7d6a4ec838c67a934ded7523f1b97ebbdf06f02 (diff)
downloadperl-69ea7f3edb27032e984e6211427ee7d85c40ea0f.tar.gz
Bump the perl version in various places for 5.35.2
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 94d52c4879..be0fc0f7f2 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 1 /* generation */
+#define PERL_SUBVERSION 2 /* 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 1
+#define PERL_API_SUBVERSION 2
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure