Quick Updates

svn path=/trunk/boinc/; revision=20401
This commit is contained in:
Rom Walton 2010-02-03 17:18:10 +00:00
parent de566e26e1
commit ca2b898700
1 changed files with 6 additions and 6 deletions

View File

@ -62,10 +62,10 @@ function type_text($type) {
} }
$w610dev = array( $w610dev = array(
"num"=>"6.10.29", "num"=>"6.10.32",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.29_windows_intelx86.exe", "file"=>"boinc_6.10.32_windows_intelx86.exe",
"date"=>"15 Jan 2010", "date"=>"3 Feb 2010",
"type"=>"win_new", "type"=>"win_new",
); );
@ -86,10 +86,10 @@ $w66 = array(
); );
$w610x64dev = array( $w610x64dev = array(
"num"=>"6.10.29", "num"=>"6.10.32",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.10.29_windows_x86_64.exe", "file"=>"boinc_6.10.32_windows_x86_64.exe",
"date"=>"15 Jan 2010", "date"=>"3 Feb 2010",
"type"=>"win_new", "type"=>"win_new",
); );