diff options
author | Max Maischein <corion@corion.net> | 2014-12-21 11:18:45 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2014-12-21 11:45:39 +0100 |
commit | e31034da4547cf4bcecd416395eff1d626de25d1 (patch) | |
tree | b2711820c3157080bb0848adf1b9088024ed7ca7 /patchlevel.h | |
parent | b5d4d3b9564344c8ca047e569368a82016215fa3 (diff) | |
download | perl-e31034da4547cf4bcecd416395eff1d626de25d1.tar.gz |
Bump version number to 5.21.8
Add 5.21.8 in Module::CoreList
Point Maintainers.pl to new version of Module::CoreList
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 1f5fa16225..57eee32479 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 21 /* epoch */ -#define PERL_SUBVERSION 7 /* generation */ +#define PERL_SUBVERSION 8 /* 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 21 -#define PERL_API_SUBVERSION 7 +#define PERL_API_SUBVERSION 8 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |