DOC: Add 7.3.11 as a development release

This commit is contained in:
Rom Walton 2014-03-10 15:26:06 -04:00
parent b02f573625
commit c9ad116ed8
1 changed files with 24 additions and 2 deletions

View File

@ -43,6 +43,16 @@ function linux_info() {
instead. ";
}
$w74dev = array(
"num"=>"7.3.11",
"status"=>"Development version",
"file"=>"boinc_7.3.11_windows_intelx86.exe",
"vbox_file"=>"boinc_7.3.11_windows_intelx86_vbox.exe",
"vbox_version"=>"4.2.16",
"date"=>"10 Mar 2014",
"type"=>"win_new",
);
$w72 = array(
"num"=>"7.2.42",
"status"=>"Recommended version",
@ -77,6 +87,16 @@ $w5816 = array(
"type"=>"win_new",
);
$w74x64dev = array(
"num"=>"7.3.11",
"status"=>"Development version",
"file"=>"boinc_7.3.11_windows_x86_64.exe",
"vbox_file"=>"boinc_7.3.11_windows_x86_64_vbox.exe",
"vbox_version"=>"4.2.16",
"date"=>"10 Mar 2014",
"type"=>"win_new",
);
$w72x64 = array(
"num"=>"7.2.42",
"status"=>"Recommended version",
@ -224,6 +244,7 @@ $windows = array(
"description"=>"XP/Vista/7/8/8.1",
"dbname" => "windows_intelx86",
"versions"=>array(
$w74dev,
$w72,
$w70,
$w66,
@ -236,6 +257,7 @@ $windowsx64 = array(
"description"=>"XP/Vista/7/8/8.1",
"dbname" => "windows_x86_64",
"versions"=>array(
$w74x64dev,
$w72x64,
$w70x64,
)