DOC: Update dev version to 7.6.21

This commit is contained in:
Rom Walton 2015-12-14 11:24:18 -05:00
parent 83486d2b0d
commit 7613ec3aa5
1 changed files with 8 additions and 8 deletions

View File

@ -44,12 +44,12 @@ function linux_info() {
}
$w76dev = array(
"num"=>"7.6.18",
"num"=>"7.6.21",
"status"=>"Development version",
"file"=>"boinc_7.6.18_windows_intelx86.exe",
"vbox_file"=>"boinc_7.6.18_windows_intelx86_vbox.exe",
"file"=>"boinc_7.6.21_windows_intelx86.exe",
"vbox_file"=>"boinc_7.6.21_windows_intelx86_vbox.exe",
"vbox_version"=>"5.0.10",
"date"=>"1 Dec 2015",
"date"=>"14 Dec 2015",
"type"=>"win_new",
);
@ -90,12 +90,12 @@ $w5816 = array(
);
$w76x64dev = array(
"num"=>"7.6.18",
"num"=>"7.6.21",
"status"=>"Development version",
"file"=>"boinc_7.6.18_windows_x86_64.exe",
"vbox_file"=>"boinc_7.6.18_windows_x86_64_vbox.exe",
"file"=>"boinc_7.6.21_windows_x86_64.exe",
"vbox_file"=>"boinc_7.6.21_windows_x86_64_vbox.exe",
"vbox_version"=>"5.0.10",
"date"=>"1 Dec 2015",
"date"=>"14 Dec 2015",
"type"=>"win_new",
);