mirror of https://github.com/BOINC/boinc.git
BUILD: Add 7.4.42 as a Dev release
This commit is contained in:
parent
55c4b3b47c
commit
8eef77f747
|
@ -43,6 +43,16 @@ function linux_info() {
|
|||
instead. ";
|
||||
}
|
||||
|
||||
$w74dev = array(
|
||||
"num"=>"7.4.42",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.42_windows_intelx86.exe",
|
||||
"vbox_file"=>"boinc_7.4.42_windows_intelx86_vbox.exe",
|
||||
"vbox_version"=>"4.3.12",
|
||||
"date"=>"10 Mar 2015",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w74 = array(
|
||||
"num"=>"7.4.36",
|
||||
"status"=>"Recommended version",
|
||||
|
@ -79,6 +89,16 @@ $w5816 = array(
|
|||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w74x64dev = array(
|
||||
"num"=>"7.4.42",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.42_windows_x86_64.exe",
|
||||
"vbox_file"=>"boinc_7.4.42_windows_x86_64_vbox.exe",
|
||||
"vbox_version"=>"4.3.12",
|
||||
"date"=>"10 Mar 2015",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
$w74x64 = array(
|
||||
"num"=>"7.4.36",
|
||||
"status"=>"Recommended version",
|
||||
|
@ -244,6 +264,7 @@ $windows = array(
|
|||
"description"=>"XP/Vista/7/8/8.1",
|
||||
"dbname" => "windows_intelx86",
|
||||
"versions"=>array(
|
||||
$w74dev,
|
||||
$w74,
|
||||
$w72,
|
||||
$w66,
|
||||
|
@ -256,6 +277,7 @@ $windowsx64 = array(
|
|||
"description"=>"XP/Vista/7/8/8.1",
|
||||
"dbname" => "windows_x86_64",
|
||||
"versions"=>array(
|
||||
$w74x64dev,
|
||||
$w74x64,
|
||||
$w72x64,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue