DOC: Update Mac dev version to 7.6.18

This commit is contained in:
Charlie Fenton 2015-12-01 16:30:04 -08:00
parent f09166e5c4
commit 985ec15dfe
1 changed files with 18 additions and 0 deletions

View File

@ -129,6 +129,14 @@ $w72x64 = array(
"type"=>"win_new",
);
$m76dev = array(
"num"=>"7.6.18",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_7.6.18_macOSX_x86_64.zip",
"date"=>"1 Dec 2015",
"type"=>"mac_advanced",
);
$m76 = array(
"num"=>"7.6.12",
"status"=>"Recommended version (standard GUI)",
@ -169,6 +177,14 @@ $m66 = array(
"type"=>"mac_advanced",
);
$m76cdev = array(
"num"=>"7.6.18",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.6.18_x86_64-apple-darwin.zip",
"date"=>"1 Dec 2015",
"type"=>"bare_core",
);
$m76c = array(
"num"=>"7.6.12",
"status"=>"Recommended version (Unix command-line version)",
@ -314,6 +330,8 @@ $mac = array(
"description"=>"Version 10.6.0+",
"dbname" => "x86_64-apple-darwin",
"versions"=>array(
$m76dev,
$m76cdev,
$m76,
$m76c,
$m74,