diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 00:07:32 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 14:58:30 +0000 |
commit | 69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd (patch) | |
tree | 2ea5d60049616af2b8508bdb913b9b05d9d2b322 /patchlevel.h | |
parent | 748607af9687e51f318d0d9e146009cadd29c659 (diff) | |
download | perl-69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd.tar.gz |
Bump the perl version in various places to 5.13.10
Done with:
./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan
./perl -Ilib Porting/bump-perl-version -u < /tmp/scan
And then manually editing the README.vms file to update the vmstar
example.
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 f78ed3e0a6..e7ee79914f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 13 /* 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 13 -#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 |