summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-09-21 01:48:36 +0200
committerSawyer X <xsawyerx@cpan.org>2020-09-21 01:48:36 +0200
commit88d446a9fc63209071cf1cb095571a47dc2b133b (patch)
tree8e70c5935747cae85febc45294fa668f2dedaee4 /patchlevel.h
parentf460daa0d0922b6e51be3decd7d956a7aac9c93b (diff)
downloadperl-88d446a9fc63209071cf1cb095571a47dc2b133b.tar.gz
Bump the perl version in various places for 5.33.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 452605c586..9ff44668a0 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -41,7 +41,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 33 /* 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
@@ -62,7 +62,7 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
*/
#define PERL_API_REVISION 5
#define PERL_API_VERSION 33
-#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