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 /plan9 | |
parent | 544af516d72dfd84bc12bd04e76b84740ab3f78c (diff) | |
download | perl-2ea2ea91f2d94c3505995e927e5f085a085cf215.tar.gz |
Bump API subversion
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 63080f1f4e..16affb80ba 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -32,9 +32,9 @@ alignbytes='4' ansi2knr='' aphostname='/bin/uname -n' 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='/sys/lib/perl5/5.13.3/386' archlibexp='/sys/lib/perl5/5.13.3/386' @@ -1046,6 +1046,6 @@ PERL_VERSION=13 PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=13 -PERL_API_SUBVERSION=0 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL= PERL_CONFIG_SH=true |