Quick Updates

svn path=/trunk/boinc/; revision=16159
This commit is contained in:
Rom Walton 2008-10-08 16:36:06 +00:00
parent 5bb346d456
commit 284dd18919
1 changed files with 13 additions and 11 deletions

View File

@ -61,11 +61,11 @@ function type_text($type) {
}
}
$w638= array(
"num"=>"6.3.8",
$w63= array(
"num"=>"6.3.14",
"status"=>"Development version",
"file"=>"boinc_6.3.8_windows_intelx86.exe",
"date"=>"8 Aug 2008",
"file"=>"boinc_6.3.14_windows_intelx86.exe",
"date"=>"8 Oct 2008",
"type"=>"win_new",
);
@ -85,11 +85,11 @@ $w51045= array(
"type"=>"win_new",
);
$w638x64= array(
"num"=>"6.3.8",
$w63x64= array(
"num"=>"6.3.14",
"status"=>"Development version",
"file"=>"boinc_6.3.8_windows_x86_64.exe",
"date"=>"9 Aug 2008",
"file"=>"boinc_6.3.14_windows_x86_64.exe",
"date"=>"8 Oct 2008",
"type"=>"win_new",
);
@ -250,8 +250,9 @@ $windows = array(
"description"=>"98/ME/2000/XP/Vista ",
"dbname" => "windows_intelx86",
"versions"=>array(
$w6219,
$w51045,
$w63,
$w6219,
$w51045,
$w5816,
)
);
@ -261,7 +262,8 @@ $windowsx64 = array(
"description"=>"XP/Vista",
"dbname" => "windows_x86_64",
"versions"=>array(
$w6219x64,
$w63x64,
$w6219x64,
$w51045x64,
)
);