Skip to content

Commit d4f63b2

Browse files
committedMar 22, 2012
fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
1 parent fcd9334 commit d4f63b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎docs/changelog/7.x.x.txt

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

‎docs/upgrades/upgrade_7.9.34-7.10.22.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BEGIN
2323
use WebGUI::Storage;
2424
use WebGUI::Asset;
2525

26-
my $toVersion = "0.0.0"; # make this match what version you're going to
26+
my $toVersion = "7.10.22"; # make this match what version you're going to
2727
my $quiet; # this line required
2828

2929

0 commit comments

Comments
 (0)