Release Mac BOINC 7.0.22 to alpha test

svn path=/trunk/boinc/; revision=25460
This commit is contained in:
Charlie Fenton 2012-03-19 23:44:51 +00:00
parent b312669349
commit 2f795e611d
1 changed files with 6 additions and 6 deletions

View File

@ -96,10 +96,10 @@ $w610x64 = array(
); );
$m70 = array( $m70 = array(
"num"=>"7.0.20", "num"=>"7.0.22",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_7.0.20_macOSX_i686.zip", "file"=>"boinc_7.0.22_macOSX_i686.zip",
"date"=>"6 Mar 2012", "date"=>"19 Mar 2012",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -128,10 +128,10 @@ $m66 = array(
); );
$m70c = array( $m70c = array(
"num"=>"7.0.20", "num"=>"7.0.22",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.0.20_i686-apple-darwin.zip", "file"=>"boinc_7.0.22_i686-apple-darwin.zip",
"date"=>"6 Mar 2012", "date"=>"19 Mar 2012",
"type"=>"bare_core", "type"=>"bare_core",
); );