DOC: Update Mac dev version to 7.6.33, fix date for Windows dev builds

This commit is contained in:
Charlie Fenton 2016-06-06 00:54:24 -07:00
parent 6f2e3c33d7
commit 471d16ca9f
1 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ $w76dev = array(
"file"=>"boinc_7.6.33_windows_intelx86.exe",
"vbox_file"=>"boinc_7.6.33_windows_intelx86_vbox.exe",
"vbox_version"=>"5.0.18",
"date"=>"5 May 2016",
"date"=>"5 Jun 2016",
"type"=>"win_new",
);
@ -95,7 +95,7 @@ $w76x64dev = array(
"file"=>"boinc_7.6.33_windows_x86_64.exe",
"vbox_file"=>"boinc_7.6.33_windows_x86_64_vbox.exe",
"vbox_version"=>"5.0.18",
"date"=>"5 May 2016",
"date"=>"5 Jun 2016",
"type"=>"win_new",
);
@ -130,10 +130,10 @@ $w72x64 = array(
);
$m76dev = array(
"num"=>"7.6.31",
"num"=>"7.6.33",
"status"=>"Development version (standard GUI)",
"file"=>"boinc_7.6.31_macOSX_x86_64.zip",
"date"=>"3 Mar 2016",
"file"=>"boinc_7.6.33_macOSX_x86_64.zip",
"date"=>"6 Jun 2016",
"type"=>"mac_advanced",
);
@ -178,10 +178,10 @@ $m66 = array(
);
$m76cdev = array(
"num"=>"7.6.31",
"num"=>"7.6.33",
"status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.6.31_x86_64-apple-darwin.zip",
"date"=>"3 Mar 2016",
"file"=>"boinc_7.6.33_x86_64-apple-darwin.zip",
"date"=>"6 Jun 2016",
"type"=>"bare_core",
);