Quick Updates

svn path=/trunk/boinc/; revision=15129
This commit is contained in:
Rom Walton 2008-05-05 17:17:36 +00:00
parent 0e4eb7f6e7
commit f5acace913
1 changed files with 15 additions and 15 deletions

View File

@ -60,11 +60,11 @@ function type_text($type) {
} }
} }
$w6116= array( $w621= array(
"num"=>"6.1.16", "num"=>"6.2.1",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.1.16_windows_intelx86.exe", "file"=>"boinc_6.2.1_windows_intelx86.exe",
"date"=>"22 Apr 2008", "date"=>"5 May 2008",
"type"=>"win_new", "type"=>"win_new",
); );
@ -92,11 +92,11 @@ $w5816= array(
"type"=>"win_new", "type"=>"win_new",
); );
$m6116 = array( $m621 = array(
"num"=>"6.1.16", "num"=>"6.2.1",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_6.1.16_macOSX_universal.zip", "file"=>"boinc_6.2.1_macOSX_universal.zip",
"date"=>"22 Apr 2008", "date"=>"5 May 2008",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -116,11 +116,11 @@ $m5817 = array(
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
$m6116c = array( $m621c = array(
"num"=>"6.1.16", "num"=>"6.2.1",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.1.16_universal-apple-darwin.zip", "file"=>"boinc_6.2.1_universal-apple-darwin.zip",
"date"=>"22 Apr 2008", "date"=>"5 May 2008",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -201,7 +201,7 @@ $windows = array(
"description"=>"98/ME/2000/XP/Vista ", "description"=>"98/ME/2000/XP/Vista ",
"dbname" => "windows_intelx86", "dbname" => "windows_intelx86",
"versions"=>array( "versions"=>array(
$w6116, $w621,
$w51045, $w51045,
$w5816, $w5816,
) )
@ -221,8 +221,8 @@ $mac = array(
"description"=>"Version 10.3+", "description"=>"Version 10.3+",
"dbname" => "powerpc-apple-darwin", "dbname" => "powerpc-apple-darwin",
"versions"=>array( "versions"=>array(
$m6116, $m621,
$m6116c, $m621c,
$m51045, $m51045,
$m51045c, $m51045c,
$m5817, $m5817,