mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=12613
This commit is contained in:
parent
769828b126
commit
021450296e
|
@ -390,11 +390,11 @@ $linux_libs_gcc41= "
|
|||
</ul>
|
||||
";
|
||||
|
||||
$w599= array(
|
||||
"num"=>"5.9.9",
|
||||
$w5910= array(
|
||||
"num"=>"5.9.10",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.9.9_windows_intelx86.exe",
|
||||
"date"=>"7 May 2007",
|
||||
"file"=>"boinc_5.9.10_windows_intelx86.exe",
|
||||
"date"=>"8 May 2007",
|
||||
"type"=>"win_new",
|
||||
"features"=>"<ul>
|
||||
".$features_510."
|
||||
|
@ -404,11 +404,11 @@ $w599= array(
|
|||
"bugs"=>""
|
||||
);
|
||||
|
||||
$w599x64= array(
|
||||
"num"=>"5.9.9",
|
||||
$w5910x64= array(
|
||||
"num"=>"5.9.10",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.9.9_windows_x86_64.exe",
|
||||
"date"=>"7 May 2007",
|
||||
"file"=>"boinc_5.9.10_windows_x86_64.exe",
|
||||
"date"=>"8 May 2007",
|
||||
"type"=>"win_new",
|
||||
"features"=>"<ul>
|
||||
".$features_510."
|
||||
|
@ -627,7 +627,7 @@ $windows = array(
|
|||
"name"=>"Windows",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w599,
|
||||
$w5910,
|
||||
$w5816,
|
||||
$w5411,
|
||||
)
|
||||
|
@ -637,7 +637,7 @@ $windowsx64 = array(
|
|||
"name"=>"Windows x64",
|
||||
"dbname" => "windows_x86_64",
|
||||
"versions"=>array(
|
||||
$w599x64,
|
||||
$w5910x64,
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue