summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
commited4fd77f4b5e3e5c64a82a6170f866fe888d6c67 (patch)
treee51b15ae611d9bb4b26a55f683f6682fa6dd2299 /patchlevel.h
parent0cafd09c4306be6a918d02a4554bc5b8a599a05a (diff)
downloadperl-ed4fd77f4b5e3e5c64a82a6170f866fe888d6c67.tar.gz
Bump perl version in various places for 5.34.0
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 38944dc21b..1a48368e7c 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -38,8 +38,8 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
* exactly on the third column */
#define PERL_REVISION 5 /* age */
-#define PERL_VERSION 33 /* epoch */
-#define PERL_SUBVERSION 9 /* generation */
+#define PERL_VERSION 34 /* epoch */
+#define PERL_SUBVERSION 0 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
@@ -59,8 +59,8 @@ Instead use one of the version comparison macros. See C<L</PERL_VERSION_EQ>>.
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
-#define PERL_API_VERSION 33
-#define PERL_API_SUBVERSION 9
+#define PERL_API_VERSION 34
+#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure