diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:00:21 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:00:21 +0000 |
commit | a52df73496566f14fe84281c0f9106ad423eecb2 (patch) | |
tree | c9dc0ccc204a84f7cb2a678fbd05ff869eb2f066 /patchlevel.h | |
parent | 5a6a30f477fc0b0982c0ec65f398c6bced91cc66 (diff) | |
download | perl-a52df73496566f14fe84281c0f9106ad423eecb2.tar.gz |
Bump to v5.17.10
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 b06fedaec0..0953d38d2c 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* epoch */ -#define PERL_SUBVERSION 9 /* generation */ +#define PERL_SUBVERSION 10 /* 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 9 +#define PERL_API_SUBVERSION 10 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |