diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-14 19:20:06 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-14 22:25:32 +0100 |
commit | fa7a1c653b7880a50d85c68e3ef0b2d24c23cf69 (patch) | |
tree | e455142127e97bccdab9a64dc87a3c3915a9bac6 /Porting/config.sh | |
parent | d3319df775ced1553978246522d89fc3ddf1f6c9 (diff) | |
download | perl-fa7a1c653b7880a50d85c68e3ef0b2d24c23cf69.tar.gz |
fix some perl version numbers
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 1356481074..722acecf0c 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -1081,7 +1081,7 @@ vendorprefixexp='' vendorscript='' vendorscriptexp='' version='5.11.0' -version_patchlevel_string='version 11 subversion 0 patch 34454' +version_patchlevel_string='version 11 subversion 0' versiononly='define' vi='' voidflags='15' |