mirror of https://github.com/BOINC/boinc.git
DOC: Update dev version to 7.6.18
This commit is contained in:
parent
0c1541bc4a
commit
490c4c9935
|
@ -43,6 +43,16 @@ function linux_info() {
|
|||
instead. ";
|
||||
}
|
||||
|
||||
$w76dev = array(
|
||||
"num"=>"7.6.18",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.6.18_windows_intelx86.exe",
|
||||
"vbox_file"=>"boinc_7.6.18_windows_intelx86_vbox.exe",
|
||||
"vbox_version"=>"5.0.10",
|
||||
"date"=>"1 Dec 2015",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w76 = array(
|
||||
"num"=>"7.6.9",
|
||||
"status"=>"Recommended version",
|
||||
|
@ -79,6 +89,16 @@ $w5816 = array(
|
|||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w76x64dev = array(
|
||||
"num"=>"7.6.18",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.6.18_windows_x86_64.exe",
|
||||
"vbox_file"=>"boinc_7.6.18_windows_x86_64_vbox.exe",
|
||||
"vbox_version"=>"5.0.10",
|
||||
"date"=>"1 Dec 2015",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w76x64 = array(
|
||||
"num"=>"7.6.9",
|
||||
"status"=>"Recommended version",
|
||||
|
@ -267,9 +287,10 @@ $a74 = array(
|
|||
|
||||
$windows = array(
|
||||
"name"=>"Windows 32-bit",
|
||||
"description"=>"XP/Vista/7/8/8.1",
|
||||
"description"=>"XP/Vista/7/8/8.1/10",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w76dev,
|
||||
$w76,
|
||||
$w74,
|
||||
$w66,
|
||||
|
@ -279,9 +300,10 @@ $windows = array(
|
|||
|
||||
$windowsx64 = array(
|
||||
"name"=>"Windows 64-bit",
|
||||
"description"=>"XP/Vista/7/8/8.1",
|
||||
"description"=>"XP/Vista/7/8/8.1/10",
|
||||
"dbname" => "windows_x86_64",
|
||||
"versions"=>array(
|
||||
$w76x64dev,
|
||||
$w76x64,
|
||||
$w74x64,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue