mirror of https://github.com/BOINC/boinc.git
DOC: Update dev version to 7.4.21
This commit is contained in:
parent
2984767687
commit
e17d4944ab
|
@ -44,12 +44,12 @@ function linux_info() {
|
|||
}
|
||||
|
||||
$w74dev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.12_windows_intelx86.exe",
|
||||
"vbox_file"=>"boinc_7.4.12_windows_intelx86_vbox.exe",
|
||||
"file"=>"boinc_7.4.21_windows_intelx86.exe",
|
||||
"vbox_file"=>"boinc_7.4.21_windows_intelx86_vbox.exe",
|
||||
"vbox_version"=>"4.3.12",
|
||||
"date"=>"04 Aug 2014",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -88,12 +88,12 @@ $w5816 = array(
|
|||
);
|
||||
|
||||
$w74x64dev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.12_windows_x86_64.exe",
|
||||
"vbox_file"=>"boinc_7.4.12_windows_x86_64_vbox.exe",
|
||||
"file"=>"boinc_7.4.21_windows_x86_64.exe",
|
||||
"vbox_file"=>"boinc_7.4.21_windows_x86_64_vbox.exe",
|
||||
"vbox_version"=>"4.3.12",
|
||||
"date"=>"04 Aug 2014",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -116,10 +116,10 @@ $w70x64 = array(
|
|||
);
|
||||
|
||||
$m74dev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"file"=>"boinc_7.4.12_macOSX_i686.zip",
|
||||
"date"=>"4 Aug 2014",
|
||||
"file"=>"boinc_7.4.21_macOSX_i686.zip",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"mac_advanced",
|
||||
);
|
||||
|
||||
|
@ -156,10 +156,10 @@ $m66 = array(
|
|||
);
|
||||
|
||||
$m74cdev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"file"=>"boinc_7.4.12_i686-apple-darwin.zip",
|
||||
"date"=>"04 Aug 2014",
|
||||
"file"=>"boinc_7.4.21_i686-apple-darwin.zip",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"bare_core",
|
||||
);
|
||||
|
||||
|
@ -212,10 +212,10 @@ $l66 = array(
|
|||
);
|
||||
|
||||
$l74ubuntudev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.12_i686-pc-linux-gnu.sh",
|
||||
"date"=>"04 Aug 2014",
|
||||
"file"=>"boinc_7.4.21_i686-pc-linux-gnu.sh",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -236,10 +236,10 @@ $l70ubuntu = array(
|
|||
);
|
||||
|
||||
$l74ubuntux64dev = array(
|
||||
"num"=>"7.4.12",
|
||||
"num"=>"7.4.21",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.4.12_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"04 Aug 2014",
|
||||
"file"=>"boinc_7.4.21_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"09 Sept 2014",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue