mirror of https://github.com/BOINC/boinc.git
parent
91c1245a58
commit
a7e438074f
|
@ -31,10 +31,10 @@ function type_text($type) {
|
|||
}
|
||||
}
|
||||
|
||||
$w51035= array(
|
||||
"num"=>"5.10.35",
|
||||
$w51038= array(
|
||||
"num"=>"5.10.38",
|
||||
"status"=>"Development version (Win98+, Win2000+)",
|
||||
"file"=>"boinc_5.10.35_windows_intelx86.exe",
|
||||
"file"=>"boinc_5.10.38_windows_intelx86.exe",
|
||||
"date"=>"9 Jan 2008",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
@ -47,10 +47,10 @@ $w51030= array(
|
|||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w51035x64= array(
|
||||
"num"=>"5.10.35",
|
||||
$w51038x64= array(
|
||||
"num"=>"5.10.38",
|
||||
"status"=>"Development version (WinXP64+)",
|
||||
"file"=>"boinc_5.10.35_windows_x86_64.exe",
|
||||
"file"=>"boinc_5.10.38_windows_x86_64.exe",
|
||||
"date"=>"9 Jan 2008",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
@ -187,7 +187,7 @@ $windows = array(
|
|||
"name"=>"Windows",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w51035,
|
||||
$w51038,
|
||||
$w51030,
|
||||
$w5816,
|
||||
$w5411,
|
||||
|
@ -198,7 +198,7 @@ $windowsx64 = array(
|
|||
"name"=>"Windows x64",
|
||||
"dbname" => "windows_x86_64",
|
||||
"versions"=>array(
|
||||
$w51035x64,
|
||||
$w51038x64,
|
||||
$w51030x64,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue