From ed4fd77f4b5e3e5c64a82a6170f866fe888d6c67 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Tue, 4 May 2021 21:03:02 +0200 Subject: Bump perl version in various places for 5.34.0 --- patchlevel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'patchlevel.h') 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>. * 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>. 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 -- cgit v1.2.1