Quick Updates

svn path=/trunk/boinc/; revision=24818
This commit is contained in:
Rom Walton 2011-12-16 17:07:50 +00:00
parent 3b50e9d9d5
commit 5ffebda232
1 changed files with 12 additions and 12 deletions

View File

@ -32,10 +32,10 @@ function type_text($type) {
} }
$w70 = array( $w70 = array(
"num"=>"7.0.2", "num"=>"7.0.3",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.2_windows_intelx86.exe", "file"=>"boinc_7.0.3_windows_intelx86.exe",
"date"=>"5 Dec 2011", "date"=>"16 Dec 2011",
"type"=>"win_new", "type"=>"win_new",
); );
@ -72,10 +72,10 @@ $w5816 = array(
); );
$w70x64 = array( $w70x64 = array(
"num"=>"7.0.2", "num"=>"7.0.3",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.2_windows_x86_64.exe", "file"=>"boinc_7.0.3_windows_x86_64.exe",
"date"=>"5 Dec 2011", "date"=>"16 Dec 2011",
"type"=>"win_new", "type"=>"win_new",
); );
@ -96,10 +96,10 @@ $w610x64 = array(
); );
$m70 = array( $m70 = array(
"num"=>"7.0.2", "num"=>"7.0.3",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_7.0.2_macOSX_i686.zip", "file"=>"boinc_7.0.3_macOSX_i686.zip",
"date"=>"5 Dec 2011", "date"=>"7 Dec 2011",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -128,10 +128,10 @@ $m66 = array(
); );
$m70c = array( $m70c = array(
"num"=>"7.0.2", "num"=>"7.0.3",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.0.2_i686-apple-darwin.zip", "file"=>"boinc_7.0.3_i686-apple-darwin.zip",
"date"=>"5 Dec 2011", "date"=>"16 Dec 2011",
"type"=>"bare_core", "type"=>"bare_core",
); );