Release Mac 5.9.5

svn path=/trunk/boinc/; revision=12518
This commit is contained in:
Charlie Fenton 2007-05-01 01:33:06 +00:00
parent 08faee00ab
commit 0e5324a9cf
1 changed files with 12 additions and 13 deletions

View File

@ -390,11 +390,11 @@ $linux_libs_gcc41= "
</ul>
";
$w594= array(
"num"=>"5.9.4",
$w595= array(
"num"=>"5.9.5",
"status"=>"Development version",
"file"=>"boinc_5.9.4_windows_intelx86.msi",
"date"=>"20 Apr 2007",
"file"=>"boinc_5.9.5_windows_intelx86.exe",
"date"=>"30 Apr 2007",
"type"=>"win_new",
"features"=>"<ul>
".$features_510."
@ -404,11 +404,11 @@ $w594= array(
"bugs"=>""
);
$w594x64= array(
"num"=>"5.9.4",
$w595x64= array(
"num"=>"5.9.5",
"status"=>"Development version",
"file"=>"boinc_5.9.4_windows_x86_64.msi",
"date"=>"20 Apr 2007",
"file"=>"boinc_5.9.5_windows_x86_64.exe",
"date"=>"30 Apr 2007",
"type"=>"win_new",
"features"=>"<ul>
".$features_510."
@ -627,8 +627,7 @@ $windows = array(
"name"=>"Windows",
"dbname" => "windows_intelx86",
"versions"=>array(
$w594,
$w593,
$w595,
$w5816,
$w5411,
)
@ -638,7 +637,7 @@ $windowsx64 = array(
"name"=>"Windows x64",
"dbname" => "windows_x86_64",
"versions"=>array(
$w594x64,
$w595x64,
)
);
@ -646,12 +645,12 @@ $mac = array(
"name"=>"Mac OS X",
"dbname" => "powerpc-apple-darwin",
"versions"=>array(
$m595,
$m595c,
$m5817,
$m5817c,
$m549,
$m549c,
$m595,
$m595c,
)
);
$linux = array(