diff options
author | Abigail <abigail@abigail.be> | 2018-12-18 14:44:49 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2018-12-18 14:44:49 +0100 |
commit | 5e088b4a01519d82ea4a92268d158e3b8cec2153 (patch) | |
tree | 8c6c6c9691f7db67c758b823e8f3dd3fd5d6d2f0 /patchlevel.h | |
parent | e0f0cf8a4e7954eef597233d4727d1a834296d4f (diff) | |
download | perl-5e088b4a01519d82ea4a92268d158e3b8cec2153.tar.gz |
Bump the perl version in various places for 5.29.7
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 1bfa7861a0..7905cc8753 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 29 /* epoch */ -#define PERL_SUBVERSION 6 /* generation */ +#define PERL_SUBVERSION 7 /* 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 6 +#define PERL_API_SUBVERSION 7 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |