*** empty log message ***

svn path=/trunk/boinc/; revision=8648
This commit is contained in:
Rom Walton 2005-10-11 02:42:59 +00:00
parent 3bb758f797
commit a4ed774336
1 changed files with 8 additions and 8 deletions

View File

@ -110,10 +110,10 @@ $w445= array(
" "
); );
$w520= array( $w521= array(
"num"=>"5.2.0", "num"=>"5.2.1",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.2.0_windows_intelx86.exe", "file"=>"boinc_5.2.1_windows_intelx86.exe",
"date"=>"10 October 2005", "date"=>"10 October 2005",
"type"=>win_new(), "type"=>win_new(),
"features"=>"<ul> "features"=>"<ul>
@ -266,10 +266,10 @@ $l443 = array(
" "
); );
$l520 = array( $l521 = array(
"num"=>"5.2.0", "num"=>"5.2.1",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.2.0_i686-pc-linux-gnu.sh", "file"=>"boinc_5.2.1_i686-pc-linux-gnu.sh",
"date"=>"10 October 2005", "date"=>"10 October 2005",
"type"=>sea() "type"=>sea()
); );
@ -302,7 +302,7 @@ $windows = array(
"name"=>"Windows", "name"=>"Windows",
"versions"=>array( "versions"=>array(
$w445, $w445,
$w520, $w521,
$w419 $w419
) )
); );
@ -322,7 +322,7 @@ $linux = array(
"url"=>"linux.php", "url"=>"linux.php",
"versions"=>array( "versions"=>array(
$l443, $l443,
$l520, $l521,
$l419 $l419
) )
); );