mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8119
This commit is contained in:
parent
6f30a4abb7
commit
122028ecc5
|
@ -110,11 +110,11 @@ $w445= array(
|
|||
"
|
||||
);
|
||||
|
||||
$w513= array(
|
||||
"num"=>"5.1.3",
|
||||
$w514= array(
|
||||
"num"=>"5.1.4",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.1.3_windows_intelx86.exe",
|
||||
"date"=>"9 September 2005",
|
||||
"file"=>"boinc_5.1.4_windows_intelx86.exe",
|
||||
"date"=>"20 September 2005",
|
||||
"type"=>win_new(),
|
||||
"features"=>"<ul>
|
||||
<li>
|
||||
|
@ -267,10 +267,10 @@ $l443 = array(
|
|||
);
|
||||
|
||||
$l513 = array(
|
||||
"num"=>"5.1.3",
|
||||
"num"=>"5.1.4",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.1.3_i686-pc-linux-gnu.sh",
|
||||
"date"=>"9 September 2005",
|
||||
"file"=>"boinc_5.1.4_i686-pc-linux-gnu.sh",
|
||||
"date"=>"20 September 2005",
|
||||
"type"=>sea()
|
||||
);
|
||||
|
||||
|
@ -302,7 +302,7 @@ $windows = array(
|
|||
"name"=>"Windows",
|
||||
"versions"=>array(
|
||||
$w445,
|
||||
$w513,
|
||||
$w514,
|
||||
$w419
|
||||
)
|
||||
);
|
||||
|
@ -321,7 +321,7 @@ $linux = array(
|
|||
"name"=>"Linux/x86 <a href=linux.php><font size=-2>details</a>",
|
||||
"versions"=>array(
|
||||
$l443,
|
||||
$l513,
|
||||
$l514,
|
||||
$l419
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue