Release BOINC Mac version 6.10.0

svn path=/trunk/boinc/; revision=18890
This commit is contained in:
Charlie Fenton 2009-08-21 09:22:18 +00:00
parent 3155e7ccd2
commit 9f30b193b1
1 changed files with 18 additions and 0 deletions

View File

@ -117,6 +117,14 @@ $w5816= array(
"type"=>"win_new",
);
$m610dev = array(
"num"=>"6.10.0",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_6.10.0_macOSX_universal.zip",
"date"=>"21 Aug 2009",
"type"=>"mac_advanced",
);
$m66 = array(
"num"=>"6.6.36",
"status"=>"Recommended version (standard GUI)",
@ -133,6 +141,14 @@ $m6218 = array(
"type"=>"mac_advanced",
);
$m610cdev = array(
"num"=>"6.10.0",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.10.0_universal-apple-darwin.zip",
"date"=>"21 Aug 2009",
"type"=>"bare_core",
);
$m66c = array(
"num"=>"6.6.36",
"status"=>"Recommended version (Unix command-line version)",
@ -225,6 +241,8 @@ $mac = array(
"description"=>"Version 10.3.9+",
"dbname" => "powerpc-apple-darwin",
"versions"=>array(
$m610dev,
$m610cdev,
$m66,
$m66c,
$m6218,