diff options
author | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
commit | f01c5b18142fb9b5d4b8b9d18566034c919ada9e (patch) | |
tree | d62c39f2fa9f3f6a876fe4f4c9fba990a4cf9bbc /patchlevel.h | |
parent | 6253ee7593dd81328313bae2d2a890185f07b3da (diff) | |
download | perl-f01c5b18142fb9b5d4b8b9d18566034c919ada9e.tar.gz |
Bump the perl version in various places for 5.17.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 80c78dcc3a..a0be304d08 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* 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 17 -#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 |