summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorreneeb <reb@perl-services.de>2022-02-20 16:08:42 +0000
committerreneeb <reb@perl-services.de>2022-02-20 16:08:42 +0000
commit5585d0962716418cbc8badc03270f821d1178b62 (patch)
tree35362cca46cf524ecbf37d4f606727b3aef9e2d2 /patchlevel.h
parentd84985bfde57f1811ac282df1e9facbfe25025b0 (diff)
downloadperl-5585d0962716418cbc8badc03270f821d1178b62.tar.gz
bump version for 5.35.10
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 75736b5a1d..249f476196 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 9 /* generation */
+#define PERL_SUBVERSION 10 /* 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 9
+#define PERL_API_SUBVERSION 10
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure