diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
commit | a10fb30157deb421b1f7f7620ce938bae1710b5c (patch) | |
tree | a2034e972283aed19df2c67d2668c90858f9118e /patchlevel.h | |
parent | e59986774925a07e1babfa0ec18cd5d7e7159612 (diff) | |
download | perl-a10fb30157deb421b1f7f7620ce938bae1710b5c.tar.gz |
Bump version for 5.21.11 (if that happens)
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 ffb7cfd3c5..62692431e2 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 21 /* epoch */ -#define PERL_SUBVERSION 10 /* generation */ +#define PERL_SUBVERSION 11 /* 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 10 +#define PERL_API_SUBVERSION 11 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |