mirror of https://github.com/BOINC/boinc.git
parent
d278aa111d
commit
7abcdcba97
|
@ -380,11 +380,11 @@ $linux_libs_58= "
|
||||||
</ul>
|
</ul>
|
||||||
";
|
";
|
||||||
|
|
||||||
$w5101= array(
|
$w5102= array(
|
||||||
"num"=>"5.10.1",
|
"num"=>"5.10.2",
|
||||||
"status"=>"Development version (Win98+, Win2000+)",
|
"status"=>"Development version (Win98+, Win2000+)",
|
||||||
"file"=>"boinc_5.10.1_windows_intelx86.exe",
|
"file"=>"boinc_5.10.2_windows_intelx86.exe",
|
||||||
"date"=>"4 June 2007",
|
"date"=>"5 June 2007",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_510."
|
".$features_510."
|
||||||
|
@ -394,11 +394,11 @@ $w5101= array(
|
||||||
"bugs"=>""
|
"bugs"=>""
|
||||||
);
|
);
|
||||||
|
|
||||||
$w5101x64= array(
|
$w5102x64= array(
|
||||||
"num"=>"5.10.1",
|
"num"=>"5.10.2",
|
||||||
"status"=>"Development version (Win98+, Win2000+)",
|
"status"=>"Development version (Win98+, Win2000+)",
|
||||||
"file"=>"boinc_5.10.1_windows_x86_64.exe",
|
"file"=>"boinc_5.10.2_windows_x86_64.exe",
|
||||||
"date"=>"4 June 2007",
|
"date"=>"5 June 2007",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_510."
|
".$features_510."
|
||||||
|
@ -560,11 +560,11 @@ $m549c = array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$l5100 = array(
|
$l5102 = array(
|
||||||
"num"=>"5.10.0",
|
"num"=>"5.10.2",
|
||||||
"status"=>"Development version (standard GUI)",
|
"status"=>"Development version (standard GUI)",
|
||||||
"file"=>"boinc_5.10.0_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_5.10.2_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"1 June 2007",
|
"date"=>"5 June 2007",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
".$features_510."
|
".$features_510."
|
||||||
|
@ -616,7 +616,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"dbname" => "windows_intelx86",
|
"dbname" => "windows_intelx86",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w5101,
|
$w5102,
|
||||||
$w5816,
|
$w5816,
|
||||||
$w5411,
|
$w5411,
|
||||||
)
|
)
|
||||||
|
@ -626,7 +626,7 @@ $windowsx64 = array(
|
||||||
"name"=>"Windows x64",
|
"name"=>"Windows x64",
|
||||||
"dbname" => "windows_x86_64",
|
"dbname" => "windows_x86_64",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w5101x64,
|
$w5102x64,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -648,7 +648,7 @@ $linux = array(
|
||||||
"dbname" => "i686-pc-linux-gnu",
|
"dbname" => "i686-pc-linux-gnu",
|
||||||
"url"=>"linux.php",
|
"url"=>"linux.php",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$l5100,
|
$l5102,
|
||||||
$l5816,
|
$l5816,
|
||||||
$l5411,
|
$l5411,
|
||||||
)
|
)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue