mirror of https://github.com/BOINC/boinc.git
parent
6d0d06050c
commit
8cbe0c0a16
|
@ -61,11 +61,11 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$w629= array(
|
$w6210= array(
|
||||||
"num"=>"6.2.9",
|
"num"=>"6.2.10",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_6.2.9_windows_intelx86.exe",
|
"file"=>"boinc_6.2.10_windows_intelx86.exe",
|
||||||
"date"=>"25 June 2008",
|
"date"=>"26 June 2008",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -77,10 +77,10 @@ $w51045= array(
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
$w629x64= array(
|
$w6210x64= array(
|
||||||
"num"=>"6.2.9",
|
"num"=>"6.2.10",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_6.2.9_windows_x86_64.exe",
|
"file"=>"boinc_6.2.10_windows_x86_64.exe",
|
||||||
"date"=>"26 June 2008",
|
"date"=>"26 June 2008",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
@ -210,7 +210,7 @@ $windows = array(
|
||||||
"description"=>"98/ME/2000/XP/Vista ",
|
"description"=>"98/ME/2000/XP/Vista ",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w629,
|
$w6210,
|
||||||
$w51045,
|
$w51045,
|
||||||
$w5816,
|
$w5816,
|
||||||
)
|
)
|
||||||
|
@ -221,7 +221,7 @@ $windowsx64 = array(
|
||||||
"description"=>"XP/Vista",
|
"description"=>"XP/Vista",
|
||||||
"dbname" => "windows_x86_64",
|
"dbname" => "windows_x86_64",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w629x64,
|
$w6210x64,
|
||||||
$w51045x64,
|
$w51045x64,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue