Release Mac BOINC 6.2.15 to alpha test

svn path=/trunk/boinc/; revision=15735
This commit is contained in:
Charlie Fenton 2008-08-01 08:17:22 +00:00
parent 7e7486a34b
commit 4bc48451ec
1 changed files with 19 additions and 1 deletions

View File

@ -117,6 +117,14 @@ $w5816= array(
"type"=>"win_new",
);
$m6215 = array(
"num"=>"6.2.15",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_6.2.15_macOSX_universal.zip",
"date"=>"1 Aug 2008",
"type"=>"mac_advanced",
);
$m6214 = array(
"num"=>"6.2.14",
"status"=>"Recommended version (standard GUI)",
@ -141,6 +149,14 @@ $m5817 = array(
"type"=>"mac_advanced",
);
$m6215c = array(
"num"=>"6.2.15",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.2.15_universal-apple-darwin.zip",
"date"=>"1 Aug 2008",
"type"=>"bare_core",
);
$m6214c = array(
"num"=>"6.2.14",
"status"=>"Recommended version (Unix command-line version)",
@ -270,9 +286,11 @@ $windowsx64 = array(
$mac = array(
"name"=>"Mac OS X",
"description"=>"Version 10.3+",
"description"=>"Version 10.3.9+",
"dbname" => "powerpc-apple-darwin",
"versions"=>array(
$m6215,
$m6215c,
$m6214,
$m6214c,
$m51045,