summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-22 23:32:36 +0200
committerMax Maischein <corion@corion.net>2021-05-23 01:00:19 +0200
commitc0a42e20387e41e3cf254c50d27e21f1291ef970 (patch)
treefce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /patchlevel.h
parent47ee1e48dc130466ab32a88f492de8316d8368b3 (diff)
downloadperl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of developing 5.35, but here we are
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 22da35751c..94d52c4879 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 0 /* generation */
+#define PERL_SUBVERSION 1 /* 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 0
+#define PERL_API_SUBVERSION 1
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure