summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-10-21 22:44:17 +0200
committerLeon Timmermans <fawaka@gmail.com>2021-10-21 22:46:40 +0200
commit134427ad64ccd782505c1290ab634592713e0230 (patch)
tree05673f58e61b10de0f86df8778ae22bbb0def652 /patchlevel.h
parent6247a13a7d0f81f3abb19b2629f4fdfdeb3c9556 (diff)
downloadperl-134427ad64ccd782505c1290ab634592713e0230.tar.gz
Bump version to 5.35.6
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 c3730c97c9..82b6c075a4 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 5 /* generation */
+#define PERL_SUBVERSION 6 /* 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 5
+#define PERL_API_SUBVERSION 6
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure