diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-17 03:15:07 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 04:00:17 +0200 |
commit | aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc (patch) | |
tree | df12b962c91b5d656a92544cdb1182c326c51197 /patchlevel.h | |
parent | 49be3765985e6e45cec020ccf2cebcf764856bc1 (diff) | |
download | perl-aff3bd8f8611a6de3d462e2e7fba4ba9c8fb80fc.tar.gz |
Bump the perl version to 5.13.4
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 9ed62ca7c7..f1280e3b43 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* epoch */ -#define PERL_SUBVERSION 3 /* generation */ +#define PERL_SUBVERSION 4 /* 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 3 +#define PERL_API_SUBVERSION 4 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure |