Updates for 7.0.62

This commit is contained in:
Charlie Fenton 2013-04-10 00:18:32 -07:00
parent c9c9f2bae0
commit f10fb75220
1 changed files with 18 additions and 18 deletions

View File

@ -44,10 +44,10 @@ function linux_info() {
} }
$w70dev = array( $w70dev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.60_windows_intelx86.exe", "file"=>"boinc_7.0.62_windows_intelx86.exe",
"date"=>"2 Apr 2013", "date"=>"9 Apr 2013",
"type"=>"win_new", "type"=>"win_new",
); );
@ -84,10 +84,10 @@ $w5816 = array(
); );
$w70x64dev = array( $w70x64dev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.60_windows_x86_64.exe", "file"=>"boinc_7.0.62_windows_x86_64.exe",
"date"=>"2 Apr 2013", "date"=>"9 Apr 2013",
"type"=>"win_new", "type"=>"win_new",
); );
@ -108,10 +108,10 @@ $w612x64 = array(
); );
$m70dev = array( $m70dev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_7.0.60_macOSX_i686.zip", "file"=>"boinc_7.0.62_macOSX_i686.zip",
"date"=>"2 Apr 2013", "date"=>"10 Apr 2013",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -148,10 +148,10 @@ $m66 = array(
); );
$m70cdev = array( $m70cdev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.0.60_i686-apple-darwin.zip", "file"=>"boinc_7.0.62_i686-apple-darwin.zip",
"date"=>"2 Apr 2013", "date"=>"10 Apr 2013",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -204,10 +204,10 @@ $l66 = array(
); );
$l70ubuntudev = array( $l70ubuntudev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.60_i686-pc-linux-gnu.sh", "file"=>"boinc_7.0.62_i686-pc-linux-gnu.sh",
"date"=>"2 Apr 2013", "date"=>"9 Apr 2013",
"type"=>"sea", "type"=>"sea",
); );
@ -228,10 +228,10 @@ $l612ubuntu = array(
); );
$l70ubuntux64dev = array( $l70ubuntux64dev = array(
"num"=>"7.0.60", "num"=>"7.0.62",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.60_x86_64-pc-linux-gnu.sh", "file"=>"boinc_7.0.62_x86_64-pc-linux-gnu.sh",
"date"=>"2 Apr 2013", "date"=>"9 Apr 2013",
"type"=>"sea", "type"=>"sea",
); );