diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-03-09 23:41:46 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-03-20 14:58:37 +0100 |
commit | c3c50a5a932e0a38b0e9dcbd324c27279e82557c (patch) | |
tree | 9adc848f237dc7b383b7f056442607d72ef901a6 /patchlevel.h | |
parent | f4d8fa6b1a34a0d395bede6b64af07f70dc1fc5a (diff) | |
download | perl-c3c50a5a932e0a38b0e9dcbd324c27279e82557c.tar.gz |
Bump the perl version for 5.13.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 e7ee79914f..94f82c482a 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* 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 13 -#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 |