Quick Updates

svn path=/trunk/boinc/; revision=12995
This commit is contained in:
Rom Walton 2007-06-23 16:42:20 +00:00
parent c2c8ba9313
commit 9a7f4fa1c8
1 changed files with 30 additions and 0 deletions

View File

@ -386,6 +386,20 @@ $linux_libs_58= "
</ul>
";
$w5108= array(
"num"=>"5.10.8",
"status"=>"Development version (Win98+, Win2000+)",
"file"=>"boinc_5.10.8_windows_intelx86.exe",
"date"=>"23 June 2007",
"type"=>"win_new",
"features"=>"<ul>
".$features_510."
".$changes_510."
</ul>
",
"bugs"=>""
);
$w5107= array(
"num"=>"5.10.7",
"status"=>"Recommended version (Win98+, Win2000+)",
@ -400,6 +414,20 @@ $w5107= array(
"bugs"=>""
);
$w5108x64= array(
"num"=>"5.10.8",
"status"=>"Development version (WinXP64+)",
"file"=>"boinc_5.10.8_windows_x86_64.exe",
"date"=>"23 June 2007",
"type"=>"win_new",
"features"=>"<ul>
".$features_510."
".$changes_510."
</ul>
",
"bugs"=>""
);
$w5107x64= array(
"num"=>"5.10.7",
"status"=>"Recommended version (WinXP64+)",
@ -622,6 +650,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w5108,
$w5107,
$w5816,
$w5411,
@ -632,6 +661,7 @@ $windowsx64 = array(
"name"=>"Windows x64",
"dbname" => "windows_x86_64",
"versions"=>array(
$w5108x64,
$w5107x64,
)
);