mirror of https://github.com/BOINC/boinc.git
parent
e336a90572
commit
e60c59e49d
|
@ -60,6 +60,14 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$w611 = array(
|
||||||
|
"num"=>"6.11.4",
|
||||||
|
"status"=>"Development version",
|
||||||
|
"file"=>"boinc_6.11.4_windows_intelx86.exe",
|
||||||
|
"date"=>"26 July 2010",
|
||||||
|
"type"=>"win_new",
|
||||||
|
);
|
||||||
|
|
||||||
$w610 = array(
|
$w610 = array(
|
||||||
"num"=>"6.10.58",
|
"num"=>"6.10.58",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
|
@ -84,6 +92,14 @@ $w5816 = array(
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$w611x64 = array(
|
||||||
|
"num"=>"6.11.4",
|
||||||
|
"status"=>"Development version",
|
||||||
|
"file"=>"boinc_6.11.4_windows_x86_64.exe",
|
||||||
|
"date"=>"26 July 2010",
|
||||||
|
"type"=>"win_new",
|
||||||
|
);
|
||||||
|
|
||||||
$w610x64 = array(
|
$w610x64 = array(
|
||||||
"num"=>"6.10.58",
|
"num"=>"6.10.58",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
|
@ -205,6 +221,7 @@ $windows = array(
|
||||||
"description"=>"2000/XP/Vista/7",
|
"description"=>"2000/XP/Vista/7",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
|
$w611,
|
||||||
$w610,
|
$w610,
|
||||||
$w66,
|
$w66,
|
||||||
$w5816,
|
$w5816,
|
||||||
|
@ -216,6 +233,7 @@ $windowsx64 = array(
|
||||||
"description"=>"XP/Vista/7",
|
"description"=>"XP/Vista/7",
|
||||||
"dbname" => "windows_x86_64",
|
"dbname" => "windows_x86_64",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
|
$w611x64,
|
||||||
$w610x64,
|
$w610x64,
|
||||||
$w66x64,
|
$w66x64,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue