diff options
author | Max Maischein <corion@corion.net> | 2012-02-20 19:41:33 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2012-02-20 19:41:33 +0100 |
commit | 34bb3ecc65bf9da6ed214f1422d097bed2e040f6 (patch) | |
tree | 6d02863b805aadfda35440b970d72c87c10f6f71 /patchlevel.h | |
parent | 811ac7099e4aa69f1309ac66b456c2219bc939f4 (diff) | |
download | perl-34bb3ecc65bf9da6ed214f1422d097bed2e040f6.tar.gz |
Bump versions from 5.15.7 to 5.15.8
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 849576272a..866a015381 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 15 /* 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 15 -#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 |