diff options
author | Jesse Luehrs <doy@tozt.net> | 2012-06-20 15:03:54 -0500 |
---|---|---|
committer | Jesse Luehrs <doy@tozt.net> | 2012-06-20 15:13:34 -0500 |
commit | ce571c634ea8c5cdd32dd3f0d63d767c91a660bf (patch) | |
tree | 0b27027bdf22cff5d275da12ec67910766f92c46 /patchlevel.h | |
parent | aa1602b36f1e2e654fc45418ec50d51bb5baf3d7 (diff) | |
download | perl-ce571c634ea8c5cdd32dd3f0d63d767c91a660bf.tar.gz |
bump version to 5.17.2
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 de5c029282..7bad41aa75 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* epoch */ -#define PERL_SUBVERSION 1 /* generation */ +#define PERL_SUBVERSION 2 /* 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 1 +#define PERL_API_SUBVERSION 2 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |