DOC: Add 7.3.13 as a development release (Mac only for now)

This commit is contained in:
Charlie Fenton 2014-03-13 07:14:46 -07:00
parent b494893222
commit 5edbfec5f7
1 changed files with 19 additions and 1 deletions

View File

@ -115,6 +115,14 @@ $w70x64 = array(
"type"=>"win_new",
);
$m74dev = array(
"num"=>"7.3.13",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_7.3.13_macOSX_i686.zip",
"date"=>"13 Mar 2014",
"type"=>"mac_advanced",
);
$m72 = array(
"num"=>"7.2.42",
"status"=>"Recommended version (standard GUI)",
@ -147,6 +155,14 @@ $m66 = array(
"type"=>"mac_advanced",
);
$m74cdev = array(
"num"=>"7.3.13",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.3.13_i686-apple-darwin.zip",
"date"=>"13 Mar 2014",
"type"=>"bare_core",
);
$m72c = array(
"num"=>"7.2.42",
"status"=>"Recommended version (Unix command-line version)",
@ -284,8 +300,10 @@ $mac = array(
"description"=>"Version 10.4.0+",
"dbname" => "x86_64-apple-darwin",
"versions"=>array(
$m72,
$m74dev
$m72,
$m70,
$m74cdev
$m72c,
$m70c,
)