Add Windows 8 to the list of supported Windows versions

This commit is contained in:
Rom Walton 2013-06-14 15:45:44 -04:00
parent 0ae3844bf9
commit 53cc8fef24
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ $l70ubuntux64old = array(
$windows = array(
"name"=>"Windows",
"description"=>"2000/XP/Vista/7",
"description"=>"2000/XP/Vista/7/8",
"dbname" => "windows_intelx86",
"versions"=>array(
$w72dev,
@ -270,7 +270,7 @@ $windows = array(
$windowsx64 = array(
"name"=>"Windows 64-bit",
"description"=>"XP/Vista/7",
"description"=>"XP/Vista/7/8",
"dbname" => "windows_x86_64",
"versions"=>array(
$w72x64dev,