mirror of https://github.com/BOINC/boinc.git
parent
286de0195a
commit
17d8136e5c
|
@ -381,11 +381,11 @@ $linux_libs_58= "
|
||||||
</ul>
|
</ul>
|
||||||
";
|
";
|
||||||
|
|
||||||
$w5104= array(
|
$w5105= array(
|
||||||
"num"=>"5.10.4",
|
"num"=>"5.10.5",
|
||||||
"status"=>"Development version (Win98+, Win2000+)",
|
"status"=>"Development version (Win98+, Win2000+)",
|
||||||
"file"=>"boinc_5.10.4_windows_intelx86.exe",
|
"file"=>"boinc_5.10.5_windows_intelx86.exe",
|
||||||
"date"=>"9 June 2007",
|
"date"=>"10 June 2007",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_510."
|
".$features_510."
|
||||||
|
@ -395,11 +395,11 @@ $w5104= array(
|
||||||
"bugs"=>""
|
"bugs"=>""
|
||||||
);
|
);
|
||||||
|
|
||||||
$w5104x64= array(
|
$w5105x64= array(
|
||||||
"num"=>"5.10.4",
|
"num"=>"5.10.5",
|
||||||
"status"=>"Development version (Win98+, Win2000+)",
|
"status"=>"Development version (Win98+, Win2000+)",
|
||||||
"file"=>"boinc_5.10.4_windows_x86_64.exe",
|
"file"=>"boinc_5.10.5_windows_x86_64.exe",
|
||||||
"date"=>"9 June 2007",
|
"date"=>"10 June 2007",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_510."
|
".$features_510."
|
||||||
|
@ -617,7 +617,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w5104,
|
$w5105,
|
||||||
$w5816,
|
$w5816,
|
||||||
$w5411,
|
$w5411,
|
||||||
)
|
)
|
||||||
|
@ -627,7 +627,7 @@ $windowsx64 = array(
|
||||||
"name"=>"Windows x64",
|
"name"=>"Windows x64",
|
||||||
"dbname" => "windows_x86_64",
|
"dbname" => "windows_x86_64",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w5104x64,
|
$w5105x64,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue