Quick Updates

svn path=/trunk/boinc/; revision=14831
This commit is contained in:
Rom Walton 2008-02-29 20:11:35 +00:00
parent 58bed149c2
commit 699690b1bd
1 changed files with 10 additions and 10 deletions

View File

@ -31,11 +31,11 @@ function type_text($type) {
}
}
$w51043= array(
"num"=>"5.10.43",
$w51044= array(
"num"=>"5.10.44",
"status"=>"Development version",
"file"=>"boinc_5.10.43_windows_intelx86.exe",
"date"=>"26 Feb 2008",
"file"=>"boinc_5.10.44_windows_intelx86.exe",
"date"=>"29 Feb 2008",
"type"=>"win_new",
);
@ -47,11 +47,11 @@ $w51030= array(
"type"=>"win_new",
);
$w51043x64= array(
"num"=>"5.10.43",
$w51044x64= array(
"num"=>"5.10.44",
"status"=>"Development version",
"file"=>"boinc_5.10.43_windows_x86_64.exe",
"date"=>"26 Feb 2008",
"file"=>"boinc_5.10.44_windows_x86_64.exe",
"date"=>"29 Feb 2008",
"type"=>"win_new",
);
@ -212,7 +212,7 @@ $windows = array(
"description"=>"98/ME/2000/XP/Vista ",
"dbname" => "windows_intelx86",
"versions"=>array(
$w51043,
$w51044,
$w51030,
$w5816,
)
@ -223,7 +223,7 @@ $windowsx64 = array(
"description"=>"XP/Vista",
"dbname" => "windows_x86_64",
"versions"=>array(
$w51043x64,
$w51044x64,
$w51030x64,
)
);