DOC: Update Mac dev version to 7.6.21

This commit is contained in:
Charlie Fenton 2015-12-14 17:25:28 -08:00
parent 2c9697be10
commit 90b7670fc3
1 changed files with 6 additions and 6 deletions

View File

@ -130,10 +130,10 @@ $w72x64 = array(
);
$m76dev = array(
"num"=>"7.6.19",
"num"=>"7.6.21",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_7.6.19_macOSX_x86_64.zip",
"date"=>"3 Dec 2015",
"file"=>"boinc_7.6.21_macOSX_x86_64.zip",
"date"=>"14 Dec 2015",
"type"=>"mac_advanced",
);
@ -178,10 +178,10 @@ $m66 = array(
);
$m76cdev = array(
"num"=>"7.6.19",
"num"=>"7.6.21",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.6.19_x86_64-apple-darwin.zip",
"date"=>"3 Dec 2015",
"file"=>"boinc_7.6.21_x86_64-apple-darwin.zip",
"date"=>"14 Dec 2015",
"type"=>"bare_core",
);