This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump versions from v5.35.4 to v5.35.5
[perl5.git] / patchlevel.h
index ca922c2..c3730c9 100644 (file)
@@ -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        4               /* generation */
+#define PERL_SUBVERSION        5               /* 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    4
+#define PERL_API_SUBVERSION    5
 /*
    XXX Note:  The selection of non-default Configure options, such
    as -Duselonglong may invalidate these settings.  Currently, Configure