DOC: Update Mac dev version to 7.6.22

This commit is contained in:
Charlie Fenton 2015-12-17 19:16:16 -08:00
parent d0f6ef973b
commit 086e2eab2b
1 changed files with 6 additions and 6 deletions

View File

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