Release Mac BOINC 6.12.34 to alpha test

svn path=/trunk/boinc/; revision=23899
This commit is contained in:
Charlie Fenton 2011-07-29 09:53:25 +00:00
parent 5b159c6735
commit 163fe76d33
1 changed files with 18 additions and 0 deletions

View File

@ -153,6 +153,14 @@ $m612 = array(
"type"=>"mac_advanced",
);
$m612dev = array(
"num"=>"6.12.34",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_6.12.34_macOSX_universal.zip",
"date"=>"29 Jun 2011",
"type"=>"mac_advanced",
);
$m610 = array(
"num"=>"6.10.58",
"status"=>"Older version (standard GUI)",
@ -185,6 +193,14 @@ $m612c = array(
"type"=>"bare_core",
);
$m612cdev = array(
"num"=>"6.12.34",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.12.34_universal-apple-darwin.zip",
"date"=>"29 Jun 2011",
"type"=>"bare_core",
);
$m610c = array(
"num"=>"6.10.58",
"status"=>"Older version (Unix command-line version)",
@ -304,6 +320,8 @@ $mac = array(
$m613c,
$m612,
$m612c,
$m612dev,
$m612cdev,
$m610,
$m610c,
$m66,