Updates for 7.0.54

This commit is contained in:
Rom Walton 2013-03-07 15:14:21 -05:00 committed by Oliver Bock
parent 72d38818b4
commit 3b6b66f6e0
1 changed files with 21 additions and 21 deletions

View File

@ -44,10 +44,10 @@ function linux_info() {
} }
$w70dev = array( $w70dev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.52_windows_intelx86.exe", "file"=>"boinc_7.0.54_windows_intelx86.exe",
"date"=>"13 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"win_new", "type"=>"win_new",
); );
@ -84,10 +84,10 @@ $w5816 = array(
); );
$w70x64dev = array( $w70x64dev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.52_windows_x86_64.exe", "file"=>"boinc_7.0.54_windows_x86_64.exe",
"date"=>"13 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"win_new", "type"=>"win_new",
); );
@ -108,10 +108,10 @@ $w612x64 = array(
); );
$m70dev = array( $m70dev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_7.0.52_macOSX_i686.zip", "file"=>"boinc_7.0.54_macOSX_i686.zip",
"date"=>"13 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -148,10 +148,10 @@ $m66 = array(
); );
$m70cdev = array( $m70cdev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.0.52_i686-apple-darwin.zip", "file"=>"boinc_7.0.54_i686-apple-darwin.zip",
"date"=>"13 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -204,10 +204,10 @@ $l66 = array(
); );
$l70ubuntudev = array( $l70ubuntudev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.52_i686-pc-linux-gnu.sh", "file"=>"boinc_7.0.54_i686-pc-linux-gnu.sh",
"date"=>"13 Feb 2013", "date"=>"7 Feb 2013",
"type"=>"sea", "type"=>"sea",
); );
@ -228,10 +228,10 @@ $l612ubuntu = array(
); );
$l70ubuntux64dev = array( $l70ubuntux64dev = array(
"num"=>"7.0.52", "num"=>"7.0.54",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.52_x86_64-pc-linux-gnu.sh", "file"=>"boinc_7.0.54_x86_64-pc-linux-gnu.sh",
"date"=>"13 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"sea", "type"=>"sea",
); );
@ -252,10 +252,10 @@ $l612ubuntux64 = array(
); );
$adev = array( $adev = array(
"num"=>"7.0.53", "num"=>"7.0.54",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.0.53_arm-android-linux-gnu.apk", "file"=>"boinc_7.0.54_arm-android-linux-gnu.apk",
"date"=>"20 Feb 2013", "date"=>"7 Mar 2013",
"type"=>"apk", "type"=>"apk",
); );