diff options
author | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
commit | be5aa138f4be77abb4ff0c0cdc680ca2895b46f6 (patch) | |
tree | 17aae9b8e8563fcdfb01b4cb0c5d59713238192e /patchlevel.h | |
parent | 337fb64908f85a0cdac8767d3dc5d7f709a70dd0 (diff) | |
download | perl-be5aa138f4be77abb4ff0c0cdc680ca2895b46f6.tar.gz |
Bump version to5.17.11
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 0953d38d2c..375bc2453f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 17 /* epoch */ -#define PERL_SUBVERSION 10 /* generation */ +#define PERL_SUBVERSION 11 /* 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 10 +#define PERL_API_SUBVERSION 11 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |