fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"

This commit is contained in:
Scott Walters 2012-03-22 00:13:50 -04:00
parent fcd933489b
commit d4f63b2bce
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ use WebGUI::Session;
use WebGUI::Storage;
use WebGUI::Asset;
my $toVersion = "0.0.0"; # make this match what version you're going to
my $toVersion = "7.10.22"; # make this match what version you're going to
my $quiet; # this line required