Quick Updates

svn path=/trunk/boinc/; revision=13227
This commit is contained in:
Rom Walton 2007-07-27 04:50:46 +00:00
parent 71e081f97f
commit 593457f733
1 changed files with 10 additions and 10 deletions

View File

@ -388,11 +388,11 @@ $linux_libs_58= "
</ul> </ul>
"; ";
$w51014= array( $w51015= array(
"num"=>"5.10.14", "num"=>"5.10.15",
"status"=>"Development version (Win98+, Win2000+)", "status"=>"Development version (Win98+, Win2000+)",
"file"=>"boinc_5.10.14_windows_intelx86.exe", "file"=>"boinc_5.10.15_windows_intelx86.exe",
"date"=>"25 July 2007", "date"=>"27 July 2007",
"type"=>"win_new", "type"=>"win_new",
"features"=>"<ul> "features"=>"<ul>
".$features_510." ".$features_510."
@ -416,11 +416,11 @@ $w51013= array(
"bugs"=>"" "bugs"=>""
); );
$w51014x64= array( $w51015x64= array(
"num"=>"5.10.14", "num"=>"5.10.15",
"status"=>"Development version (WinXP64+)", "status"=>"Development version (WinXP64+)",
"file"=>"boinc_5.10.14_windows_x86_64.exe", "file"=>"boinc_5.10.15_windows_x86_64.exe",
"date"=>"25 July 2007", "date"=>"27 July 2007",
"type"=>"win_new", "type"=>"win_new",
"features"=>"<ul> "features"=>"<ul>
".$features_510." ".$features_510."
@ -682,7 +682,7 @@ $windows = array(
"name"=>"Windows", "name"=>"Windows",
"dbname" => "windows_intelx86", "dbname" => "windows_intelx86",
"versions"=>array( "versions"=>array(
$w51014, $w51015,
$w51013, $w51013,
$w5816, $w5816,
$w5411, $w5411,
@ -693,7 +693,7 @@ $windowsx64 = array(
"name"=>"Windows x64", "name"=>"Windows x64",
"dbname" => "windows_x86_64", "dbname" => "windows_x86_64",
"versions"=>array( "versions"=>array(
$w51014x64, $w51015x64,
$w51013x64, $w51013x64,
) )
); );