diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-22 17:37:21 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-07-23 12:24:35 +0200 |
commit | 2ea2ea91f2d94c3505995e927e5f085a085cf215 (patch) | |
tree | 24bcfe455e0879d1154016b45605fb84ad412bcb /Porting/config.sh | |
parent | 544af516d72dfd84bc12bd04e76b84740ab3f78c (diff) | |
download | perl-2ea2ea91f2d94c3505995e927e5f085a085cf215.tar.gz |
Bump API subversion
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 346c0920f4..71c4965286 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -45,9 +45,9 @@ alignbytes='4' ansi2knr='' aphostname='' api_revision='5' -api_subversion='0' +api_subversion='3' api_version='13' -api_versionstring='5.13.0' +api_versionstring='5.13.3' ar='ar' archlib='/opt/perl/lib/5.13.3/i686-linux-64int' archlibexp='/opt/perl/lib/5.13.3/i686-linux-64int' @@ -1114,7 +1114,7 @@ PERL_VERSION=13 PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=13 -PERL_API_SUBVERSION=0 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL=34948 PERL_CONFIG_SH=true : Variables propagated from previous config.sh file. |