mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7919
This commit is contained in:
parent
b55feabfc7
commit
c426fc07df
|
@ -110,11 +110,11 @@ $w445= array(
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
$w511= array(
|
$w512= array(
|
||||||
"num"=>"5.1.1",
|
"num"=>"5.1.2",
|
||||||
"status"=>"Development version",
|
"status"=>"Development version",
|
||||||
"file"=>"boinc_5.1.1_windows_intelx86.exe",
|
"file"=>"boinc_5.1.2_windows_intelx86.exe",
|
||||||
"date"=>"30 August 2005",
|
"date"=>"7 September 2005",
|
||||||
"type"=>win_new(),
|
"type"=>win_new(),
|
||||||
"features"=>"<ul>
|
"features"=>"<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -302,7 +302,7 @@ $windows = array(
|
||||||
"name"=>"Windows",
|
"name"=>"Windows",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$w445,
|
$w445,
|
||||||
$w511,
|
$w512,
|
||||||
$w419
|
$w419
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue