Skip to content

Commit

Permalink
5.14.0 is released, no need to test agasinst 5.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed May 15, 2011
1 parent b1e815b commit fdbed25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/all_versions
Expand Up @@ -40,9 +40,10 @@ sub get_options
[ map { ($_, "$_-thr") }
qw( 5.6.1 5.6.2
5.8.0 5.8.1 5.8.2 5.8.3 5.8.4 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9
5.10.0 5.10.1 5.11.0 5.12.0 5.12.1 5.12.2 5.12.3
5.13.0 5.13.1 5.13.2 5.13.3 5.13.4 5.13.5
5.13.6 5.13.7 5.13.8 5.13.9 5.13.10 5.13.11 ) ]
5.10.0 5.10.1
5.12.0 5.12.1 5.12.2 5.12.3
5.14.0
) ]
unless @{$Options->{version}};
$Silent = " >/dev/null 2>&1" if $Options->{silent};
$Options->{version} =
Expand Down

0 comments on commit fdbed25

Please sign in to comment.