diff options
author | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:55:11 -0700 |
---|---|---|
committer | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:56:07 -0700 |
commit | 7dffbb6a6e777ec59d29f6802b76bf34e68e8146 (patch) | |
tree | c460e7d306ae62630587011a906b3511ec6b0cbe /patchlevel.h | |
parent | b141c43c04aa77df154811acd708b7b951e3963d (diff) | |
download | perl-7dffbb6a6e777ec59d29f6802b76bf34e68e8146.tar.gz |
Bump version to 5.13.6
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 f3b3a43571..769bbecd50 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* epoch */ -#define PERL_SUBVERSION 5 /* generation */ +#define PERL_SUBVERSION 6 /* 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 5 +#define PERL_API_SUBVERSION 6 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |