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

@ -1,4 +1,5 @@
7.10.25
- fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
- fixed #12010 related link duplication where links have group view restrictions
- fixed #12297: keywords.form missing from Post template help
- fixed #12321: Error while deleting a group.

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