Quick Updates

svn path=/trunk/boinc/; revision=20709
This commit is contained in:
Rom Walton 2010-02-23 18:41:46 +00:00
parent 979b2aa628
commit a7930c58ed
1 changed files with 12 additions and 12 deletions

View File

@ -62,10 +62,10 @@ function type_text($type) {
} }
$w610dev = array( $w610dev = array(
"num"=>"6.10.32", "num"=>"6.10.34",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.32_windows_intelx86.exe", "file"=>"boinc_6.10.34_windows_intelx86.exe",
"date"=>"3 Feb 2010", "date"=>"23 Feb 2010",
"type"=>"win_new", "type"=>"win_new",
); );
@ -86,10 +86,10 @@ $w66 = array(
); );
$w610x64dev = array( $w610x64dev = array(
"num"=>"6.10.32", "num"=>"6.10.34",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.32_windows_x86_64.exe", "file"=>"boinc_6.10.34_windows_x86_64.exe",
"date"=>"3 Feb 2010", "date"=>"23 Feb 2010",
"type"=>"win_new", "type"=>"win_new",
); );
@ -182,10 +182,10 @@ $l64 = array(
); );
$l610ubuntudev = array( $l610ubuntudev = array(
"num"=>"6.10.32", "num"=>"6.10.34",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.32_i686-pc-linux-gnu.sh", "file"=>"boinc_6.10.34_i686-pc-linux-gnu.sh",
"date"=>"3 Feb 2010", "date"=>"23 Feb 2010",
"type"=>"sea", "type"=>"sea",
); );
@ -206,10 +206,10 @@ $l66ubuntu = array(
); );
$l610ubuntux64dev = array( $l610ubuntux64dev = array(
"num"=>"6.10.32", "num"=>"6.10.34",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.32_x86_64-pc-linux-gnu.sh", "file"=>"boinc_6.10.34_x86_64-pc-linux-gnu.sh",
"date"=>"3 Feb 2010", "date"=>"23 Feb 2010",
"type"=>"sea", "type"=>"sea",
); );