diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 16:28:04 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-02-20 16:28:04 +0000 |
commit | 84e09a8c4c3ab0da4efb6250a91ff5d3425e35b7 (patch) | |
tree | 145fca50aec25bdbc3482829ea5f3442b20325a5 /patchlevel.h | |
parent | 33c1015fda04899ea576248c4c328da8ad24e12c (diff) | |
download | perl-84e09a8c4c3ab0da4efb6250a91ff5d3425e35b7.tar.gz |
Bump version to 5.11.5
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index e26f6445b5..1d4a98bab9 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 11 /* 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 |