mirror of https://github.com/BOINC/boinc.git
parent
5539900569
commit
db58ab2e88
|
@ -62,10 +62,10 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$w66= array(
|
$w66= array(
|
||||||
"num"=>"6.6.3",
|
"num"=>"6.6.4",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_6.6.3_windows_intelx86.exe",
|
"file"=>"boinc_6.6.4_windows_intelx86.exe",
|
||||||
"date"=>"28 Jan 2009",
|
"date"=>"3 Feb 2009",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -86,10 +86,10 @@ $w6219= array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$w66x64= array(
|
$w66x64= array(
|
||||||
"num"=>"6.6.3",
|
"num"=>"6.6.4",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_6.6.3_windows_x86_64.exe",
|
"file"=>"boinc_6.6.4_windows_x86_64.exe",
|
||||||
"date"=>"28 Jan 2009",
|
"date"=>"3 Feb 2009",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -118,10 +118,10 @@ $w5816= array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$m66 = array(
|
$m66 = array(
|
||||||
"num"=>"6.6.3",
|
"num"=>"6.6.4",
|
||||||
"status"=>"Development version (standard GUI)",
|
"status"=>"Development version (standard GUI)",
|
||||||
"file"=>"boinc_6.6.3_macOSX_universal.zip",
|
"file"=>"boinc_6.6.4_macOSX_universal.zip",
|
||||||
"date"=>"28 Jan 2009",
|
"date"=>"3 Feb 2009",
|
||||||
"type"=>"mac_advanced",
|
"type"=>"mac_advanced",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -142,10 +142,10 @@ $m51045 = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$m66c = array(
|
$m66c = array(
|
||||||
"num"=>"6.6.3",
|
"num"=>"6.6.4",
|
||||||
"status"=>"Development version (Unix command-line version)",
|
"status"=>"Development version (Unix command-line version)",
|
||||||
"file"=>"boinc_6.6.3_universal-apple-darwin.zip",
|
"file"=>"boinc_6.6.4_universal-apple-darwin.zip",
|
||||||
"date"=>"28 Jan 2009",
|
"date"=>"3 Feb 2009",
|
||||||
"type"=>"bare_core",
|
"type"=>"bare_core",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue