DOC: Update dev version to 7.4.21

This commit is contained in:
Rom Walton 2014-09-09 19:20:11 -04:00
parent 2984767687
commit e17d4944ab
1 changed files with 20 additions and 20 deletions

View File

@ -44,12 +44,12 @@ function linux_info() {
} }
$w74dev = array( $w74dev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.4.12_windows_intelx86.exe", "file"=>"boinc_7.4.21_windows_intelx86.exe",
"vbox_file"=>"boinc_7.4.12_windows_intelx86_vbox.exe", "vbox_file"=>"boinc_7.4.21_windows_intelx86_vbox.exe",
"vbox_version"=>"4.3.12", "vbox_version"=>"4.3.12",
"date"=>"04 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"win_new", "type"=>"win_new",
); );
@ -88,12 +88,12 @@ $w5816 = array(
); );
$w74x64dev = array( $w74x64dev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.4.12_windows_x86_64.exe", "file"=>"boinc_7.4.21_windows_x86_64.exe",
"vbox_file"=>"boinc_7.4.12_windows_x86_64_vbox.exe", "vbox_file"=>"boinc_7.4.21_windows_x86_64_vbox.exe",
"vbox_version"=>"4.3.12", "vbox_version"=>"4.3.12",
"date"=>"04 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"win_new", "type"=>"win_new",
); );
@ -116,10 +116,10 @@ $w70x64 = array(
); );
$m74dev = array( $m74dev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_7.4.12_macOSX_i686.zip", "file"=>"boinc_7.4.21_macOSX_i686.zip",
"date"=>"4 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -156,10 +156,10 @@ $m66 = array(
); );
$m74cdev = array( $m74cdev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_7.4.12_i686-apple-darwin.zip", "file"=>"boinc_7.4.21_i686-apple-darwin.zip",
"date"=>"04 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -212,10 +212,10 @@ $l66 = array(
); );
$l74ubuntudev = array( $l74ubuntudev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.4.12_i686-pc-linux-gnu.sh", "file"=>"boinc_7.4.21_i686-pc-linux-gnu.sh",
"date"=>"04 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"sea", "type"=>"sea",
); );
@ -236,10 +236,10 @@ $l70ubuntu = array(
); );
$l74ubuntux64dev = array( $l74ubuntux64dev = array(
"num"=>"7.4.12", "num"=>"7.4.21",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_7.4.12_x86_64-pc-linux-gnu.sh", "file"=>"boinc_7.4.21_x86_64-pc-linux-gnu.sh",
"date"=>"04 Aug 2014", "date"=>"09 Sept 2014",
"type"=>"sea", "type"=>"sea",
); );