mirror of https://github.com/BOINC/boinc.git
parent
02eedda8ef
commit
3e271dd36f
|
@ -31,6 +31,14 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$w6112= array(
|
||||||
|
"num"=>"6.1.12",
|
||||||
|
"status"=>"Development version",
|
||||||
|
"file"=>"boinc_6.1.12_windows_intelx86.exe",
|
||||||
|
"date"=>"31 Mar 2008",
|
||||||
|
"type"=>"win_new",
|
||||||
|
);
|
||||||
|
|
||||||
$w51045= array(
|
$w51045= array(
|
||||||
"num"=>"5.10.45",
|
"num"=>"5.10.45",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
|
@ -156,6 +164,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(
|
||||||
|
$w6112,
|
||||||
$w51045,
|
$w51045,
|
||||||
$w5816,
|
$w5816,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue