Quick Updates

svn path=/trunk/boinc/; revision=16725
This commit is contained in:
Rom Walton 2008-12-19 02:11:55 +00:00
parent de542922c5
commit 3fe331944e
3 changed files with 18 additions and 18 deletions

View File

@ -61,6 +61,14 @@ function type_text($type) {
}
}
$w65= array(
"num"=>"6.5.0",
"status"=>"Development version",
"file"=>"boinc_6.5.0_windows_intelx86.exe",
"date"=>"18 Dec 2008",
"type"=>"win_new",
);
$w64= array(
"num"=>"6.4.5",
"status"=>"Recommended version",
@ -77,11 +85,11 @@ $w6219= array(
"type"=>"win_new",
);
$w51045= array(
"num"=>"5.10.45",
"status"=>"Older version",
"file"=>"boinc_5.10.45_windows_intelx86.exe",
"date"=>"5 Mar 2008",
$w65x64= array(
"num"=>"6.5.0",
"status"=>"Development version",
"file"=>"boinc_6.5.0_windows_x86_64.exe",
"date"=>"18 Dec 2008",
"type"=>"win_new",
);
@ -101,14 +109,6 @@ $w6219x64= array(
"type"=>"win_new",
);
$w51045x64= array(
"num"=>"5.10.45",
"status"=>"Older version",
"file"=>"boinc_5.10.45_windows_x86_64.exe",
"date"=>"5 Mar 2008",
"type"=>"win_new",
);
$w5816= array(
"num"=>"5.8.16",
"status"=>"Older version (also works on Windows 95 and NT 4.0)",
@ -266,9 +266,9 @@ $windows = array(
"description"=>"98/ME/2000/XP/Vista ",
"dbname" => "windows_intelx86",
"versions"=>array(
$w64,
$w6219,
$w51045,
$w65,
$w64,
$w6219,
$w5816,
)
);
@ -278,9 +278,9 @@ $windowsx64 = array(
"description"=>"XP/Vista",
"dbname" => "windows_x86_64",
"versions"=>array(
$w64x64,
$w65x64,
$w64x64,
$w6219x64,
$w51045x64,
)
);

Binary file not shown.

Binary file not shown.