*** empty log message ***

svn path=/trunk/boinc/; revision=7954
This commit is contained in:
Rom Walton 2005-09-09 18:19:25 +00:00
parent fd73deda97
commit a10fc79f9f
1 changed files with 10 additions and 10 deletions

View File

@ -110,11 +110,11 @@ $w445= array(
" "
); );
$w512= array( $w513= array(
"num"=>"5.1.2", "num"=>"5.1.3",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.1.2_windows_intelx86.exe", "file"=>"boinc_5.1.3_windows_intelx86.exe",
"date"=>"7 September 2005", "date"=>"9 September 2005",
"type"=>win_new(), "type"=>win_new(),
"features"=>"<ul> "features"=>"<ul>
<li> <li>
@ -266,11 +266,11 @@ $l443 = array(
" "
); );
$l512 = array( $l513 = array(
"num"=>"5.1.2", "num"=>"5.1.3",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_5.1.2_i686-pc-linux-gnu.sh", "file"=>"boinc_5.1.3_i686-pc-linux-gnu.sh",
"date"=>"7 September 2005", "date"=>"9 September 2005",
"type"=>sea() "type"=>sea()
); );
@ -302,7 +302,7 @@ $windows = array(
"name"=>"Windows", "name"=>"Windows",
"versions"=>array( "versions"=>array(
$w445, $w445,
$w512, $w513,
$w419 $w419
) )
); );
@ -321,7 +321,7 @@ $linux = array(
"name"=>"Linux/x86 <a href=linux.php><font size=-2>details</a>", "name"=>"Linux/x86 <a href=linux.php><font size=-2>details</a>",
"versions"=>array( "versions"=>array(
$l443, $l443,
$l512, $l513,
$l419 $l419
) )
); );