upgrade related fixes

This commit is contained in:
JT Smith 2008-06-12 22:24:07 +00:00
parent 9db78c074c
commit e3d85353e8
6 changed files with 45 additions and 13 deletions

View file

@ -276,8 +276,8 @@ STOP
sub checkVersion {
$_[0] =~ /(\d+)\.(\d+)\.(\d+)/;
my $goal = 7;
my $feature = 4;
my $fix = 21;
my $feature = 3;
my $fix = 22;
if ($1 > $goal) {
return 1;
}