fixed bug 694332

This commit is contained in:
JT Smith 2003-03-16 08:40:26 +00:00
parent 505aa5809c
commit 9c1e76b9c6

View file

@ -254,7 +254,7 @@ STOP
# in order to be upgraded by this utility.
#-----------------------------------------
sub checkVersion {
$_[0] =~ /(\d+)\.(\d+).(\d+)/;
$_[0] =~ /(\d+)\.(\d+)\.(\d+)/;
if ($1 > 3) {
return 1;
} elsif ($1 == 3) {