Quick Updates

svn path=/trunk/boinc/; revision=14738
This commit is contained in:
Rom Walton 2008-02-13 23:31:32 +00:00
parent 8f3e114f8d
commit 5ff0a40fbe
1 changed files with 10 additions and 10 deletions

View File

@ -31,11 +31,11 @@ function type_text($type) {
}
}
$w51041= array(
"num"=>"5.10.41",
$w51042= array(
"num"=>"5.10.42",
"status"=>"Development version",
"file"=>"boinc_5.10.41_windows_intelx86.exe",
"date"=>"7 Feb 2008",
"file"=>"boinc_5.12.42_windows_intelx86.exe",
"date"=>"13 Feb 2008",
"type"=>"win_new",
);
@ -47,11 +47,11 @@ $w51030= array(
"type"=>"win_new",
);
$w51041x64= array(
"num"=>"5.10.41",
$w51042x64= array(
"num"=>"5.10.42",
"status"=>"Development version",
"file"=>"boinc_5.10.41_windows_x86_64.exe",
"date"=>"7 Feb 2008",
"file"=>"boinc_5.10.42_windows_x86_64.exe",
"date"=>"13 Feb 2008",
"type"=>"win_new",
);
@ -188,7 +188,7 @@ $windows = array(
"description"=>"98/ME/2000/XP/Vista ",
"dbname" => "windows_intelx86",
"versions"=>array(
$w51041,
$w51042,
$w51030,
$w5816,
)
@ -199,7 +199,7 @@ $windowsx64 = array(
"description"=>"XP/Vista",
"dbname" => "windows_x86_64",
"versions"=>array(
$w51041x64,
$w51042x64,
$w51030x64,
)
);