mirror of https://github.com/BOINC/boinc.git
DOC: Change new recommended release from 7.2.28.1 to 7.2.31. Same build, different version number.
This commit is contained in:
parent
5227baa1f2
commit
7125028c15
|
@ -44,10 +44,10 @@ function linux_info() {
|
||||||
}
|
}
|
||||||
|
|
||||||
$w72 = array(
|
$w72 = array(
|
||||||
"num"=>"7.2.28",
|
"num"=>"7.2.31",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_7.2.28.1_windows_intelx86.exe",
|
"file"=>"boinc_7.2.31_windows_intelx86.exe",
|
||||||
"vbox_file"=>"boinc_7.2.28.1_windows_intelx86_vbox.exe",
|
"vbox_file"=>"boinc_7.2.31_windows_intelx86_vbox.exe",
|
||||||
"vbox_version"=>"4.2.16",
|
"vbox_version"=>"4.2.16",
|
||||||
"date"=>"8 Nov 2013",
|
"date"=>"8 Nov 2013",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
|
@ -78,10 +78,10 @@ $w5816 = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$w72x64 = array(
|
$w72x64 = array(
|
||||||
"num"=>"7.2.28",
|
"num"=>"7.2.31",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_7.2.28.1_windows_x86_64.exe",
|
"file"=>"boinc_7.2.31_windows_x86_64.exe",
|
||||||
"vbox_file"=>"boinc_7.2.28.1_windows_x86_64_vbox.exe",
|
"vbox_file"=>"boinc_7.2.31_windows_x86_64_vbox.exe",
|
||||||
"vbox_version"=>"4.2.16",
|
"vbox_version"=>"4.2.16",
|
||||||
"date"=>"8 Nov 2013",
|
"date"=>"8 Nov 2013",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
|
|
Loading…
Reference in New Issue