diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-19 16:23:12 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-19 20:53:14 -0400 |
commit | 36672c259f294d48bfc86febe9d2a9cbe7ba9e41 (patch) | |
tree | 2bc26fd835b9a7456efe2d2c197ef66fba7cf9e9 /patchlevel.h | |
parent | 5d8c8c8a00421e3ae2b8c9a8a0b46c21a04ce04c (diff) | |
download | perl-36672c259f294d48bfc86febe9d2a9cbe7ba9e41.tar.gz |
Bump the perl version to 5.17.5
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 ef05b2d7fb..726b7e2581 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* 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 @@ -36,7 +36,7 @@ */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 17 -#define PERL_API_SUBVERSION 4 +#define PERL_API_SUBVERSION 5 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |