mirror of https://github.com/BOINC/boinc.git
parent
ef97c97572
commit
4e7042d37c
|
@ -60,11 +60,11 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$w622= array(
|
$w624= array(
|
||||||
"num"=>"6.2.2",
|
"num"=>"6.2.4",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_6.2.2_windows_intelx86.exe",
|
"file"=>"boinc_6.2.4_windows_intelx86.exe",
|
||||||
"date"=>"13 May 2008",
|
"date"=>"19 May 2008",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -201,7 +201,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(
|
||||||
$w622,
|
$w624,
|
||||||
$w51045,
|
$w51045,
|
||||||
$w5816,
|
$w5816,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue