Quick Updates

svn path=/trunk/boinc/; revision=22802
This commit is contained in:
Rom Walton 2010-12-02 17:39:44 +00:00
parent 5c2636b743
commit 9f33bbb5ad
1 changed files with 26 additions and 26 deletions

View File

@ -61,10 +61,10 @@ function type_text($type) {
} }
$w612 = array( $w612 = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.12.6_windows_intelx86.exe", "file"=>"boinc_6.12.7_windows_intelx86.exe",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"win_new", "type"=>"win_new",
); );
@ -93,10 +93,10 @@ $w5816 = array(
); );
$w612x64 = array( $w612x64 = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.12.6_windows_x86_64.exe", "file"=>"boinc_6.12.7_windows_x86_64.exe",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"win_new", "type"=>"win_new",
); );
@ -124,11 +124,11 @@ $m610 = array(
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
$m612dev = array( $m612 = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_6.12.6_macOSX_universal.zip", "file"=>"boinc_6.12.7_macOSX_universal.zip",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -149,11 +149,11 @@ $m66 = array(
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
$m612cdev = array( $m612c = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.12.6_universal-apple-darwin.zip", "file"=>"boinc_6.12.7_universal-apple-darwin.zip",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -197,11 +197,11 @@ $l64 = array(
"type"=>"sea", "type"=>"sea",
); );
$l612ubuntudev = array( $l612ubuntu = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.12.6_i686-pc-linux-gnu.sh", "file"=>"boinc_6.12.7_i686-pc-linux-gnu.sh",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"sea", "type"=>"sea",
); );
@ -221,11 +221,11 @@ $l66ubuntu = array(
"type"=>"sea", "type"=>"sea",
); );
$l612ubuntux64dev = array( $l612ubuntux64 = array(
"num"=>"6.12.6", "num"=>"6.12.7",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.12.6_x86_64-pc-linux-gnu.sh", "file"=>"boinc_6.12.7_x86_64-pc-linux-gnu.sh",
"date"=>"12 Nov 2010", "date"=>"2 Dec 2010",
"type"=>"sea", "type"=>"sea",
); );
@ -277,8 +277,8 @@ $mac = array(
"description"=>"Version 10.4.0+", "description"=>"Version 10.4.0+",
"dbname" => "powerpc-apple-darwin", "dbname" => "powerpc-apple-darwin",
"versions"=>array( "versions"=>array(
$m612dev, $m612,
$m612cdev, $m612c,
$m610, $m610,
$m610c, $m610c,
$m610older, $m610older,
@ -303,7 +303,7 @@ $linux = array(
"description"=>"For most current Linux/x86 versions; graphical and command-line interfaces", "description"=>"For most current Linux/x86 versions; graphical and command-line interfaces",
"dbname" => "i686-pc-linux-gnu", "dbname" => "i686-pc-linux-gnu",
"versions"=>array( "versions"=>array(
$l612ubuntudev, $l612ubuntu,
$l610ubuntu, $l610ubuntu,
$l66ubuntu, $l66ubuntu,
) )
@ -314,7 +314,7 @@ $linuxx64 = array(
"description"=>"For most current Linux/x64 versions; graphical and command-line interfaces", "description"=>"For most current Linux/x64 versions; graphical and command-line interfaces",
"dbname" => "x86_64-pc-linux-gnu", "dbname" => "x86_64-pc-linux-gnu",
"versions"=>array( "versions"=>array(
$l612ubuntux64dev, $l612ubuntux64,
$l610ubuntux64, $l610ubuntux64,
$l66ubuntux64, $l66ubuntux64,
) )