bump versions of all pages with visible changes since v1.11
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index b3c27fc6c8705c02786aa3bba48350b380af8e5f..87befbd5ec897ab90425e14c846163004d3ace2b 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -29,7 +29,7 @@ my $requestver = $scvers{$Request ||= 'index'}
        or Html(), Abort("Requested version <q>$Request</q> not available", '404 request not found');
 
 if (ref $requestver ne 'HASH') {
-       $header{Location} = $requestver;
+       $header{Location} = "/sc/$requestver";
        Abort("Canonical URL for $Request is at $requestver", '302 subpage alias');
 }
 
@@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request.inc.pl";
 
 Html({
        title => "$scver{title} unit cheat sheet",
-       version => '1.2',
+       version => '1.3',
        description => [
                "Reference of $scver{game} unit properties,"
                . " comparing various statistics of all the units in $scver{name}"