diff options
author | Stevan Little <stevan@cpan.org> | 2016-01-20 23:22:12 +0100 |
---|---|---|
committer | Stevan Little <stevan@cpan.org> | 2016-01-20 23:41:43 +0100 |
commit | b95300a8a1d9c49056d8d36ae52d735560ddc386 (patch) | |
tree | d1bcf55b2634f67fdc14de02cdf3d9aeffef0a84 /patchlevel.h | |
parent | bf336c70aa4140ec888af2d0dbb95a1a1e597ab0 (diff) | |
download | perl-b95300a8a1d9c49056d8d36ae52d735560ddc386.tar.gz |
bumping version
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 0e6cc3944e..da06f275b5 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 23 /* 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 23 -#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 |