diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-27 00:37:51 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-27 00:37:51 +0300 |
commit | e3f7583fd60d4ae843221b635b7c9b8b1c86cdba (patch) | |
tree | bedf92b4cac9cfbbc18c2c83e935633da7ccc444 /patchlevel.h | |
parent | 1060c83cecf351255b3fc4646e00dc47481aa668 (diff) | |
download | perl-e3f7583fd60d4ae843221b635b7c9b8b1c86cdba.tar.gz |
bump version for 5.29.1
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchlevel.h b/patchlevel.h index a5509e2a92..56294dd298 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 29 /* epoch */ -#define PERL_SUBVERSION 0 /* generation */ +#define PERL_SUBVERSION 1 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -36,7 +36,7 @@ */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 29 -#define PERL_API_SUBVERSION 0 +#define PERL_API_SUBVERSION 1 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |