fixed bug 694332
This commit is contained in:
parent
505aa5809c
commit
9c1e76b9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue