mirror of https://github.com/BOINC/boinc.git
parent
992a8e812e
commit
f72e5866cc
|
@ -61,11 +61,11 @@ function type_text($type) {
|
|||
}
|
||||
}
|
||||
|
||||
$w6212= array(
|
||||
"num"=>"6.2.12",
|
||||
$w6213= array(
|
||||
"num"=>"6.2.13",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.2.12_windows_intelx86.exe",
|
||||
"date"=>"8 July 2008",
|
||||
"file"=>"boinc_6.2.13_windows_intelx86.exe",
|
||||
"date"=>"16 July 2008",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -77,11 +77,11 @@ $w51045= array(
|
|||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w6212x64= array(
|
||||
"num"=>"6.2.12",
|
||||
$w6213x64= array(
|
||||
"num"=>"6.2.13",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.2.12_windows_x86_64.exe",
|
||||
"date"=>"8 July 2008",
|
||||
"file"=>"boinc_6.2.13_windows_x86_64.exe",
|
||||
"date"=>"16 July 2008",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -210,7 +210,7 @@ $windows = array(
|
|||
"description"=>"98/ME/2000/XP/Vista ",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w6212,
|
||||
$w6213,
|
||||
$w51045,
|
||||
$w5816,
|
||||
)
|
||||
|
@ -221,7 +221,7 @@ $windowsx64 = array(
|
|||
"description"=>"XP/Vista",
|
||||
"dbname" => "windows_x86_64",
|
||||
"versions"=>array(
|
||||
$w6212x64,
|
||||
$w6213x64,
|
||||
$w51045x64,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue