From 6c6e8adca531d31a14cd3ce2832968e6bd1350db Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 24 Mar 2015 13:25:42 -0400 Subject: [PATCH] BUILD: Promote 7.4.42 to a public release. --- doc/versions.inc | 56 +++++++----------------------------------------- 1 file changed, 8 insertions(+), 48 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 9cadf7a40f..f2b9104dbb 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -43,9 +43,9 @@ function linux_info() { instead. "; } -$w74dev = array( +$w74 = array( "num"=>"7.4.42", - "status"=>"Development version", + "status"=>"Recommended version", "file"=>"boinc_7.4.42_windows_intelx86.exe", "vbox_file"=>"boinc_7.4.42_windows_intelx86_vbox.exe", "vbox_version"=>"4.3.12", @@ -53,16 +53,6 @@ $w74dev = array( "type"=>"win_new", ); -$w74 = array( - "num"=>"7.4.36", - "status"=>"Recommended version", - "file"=>"boinc_7.4.36_windows_intelx86.exe", - "vbox_file"=>"boinc_7.4.36_windows_intelx86_vbox.exe", - "vbox_version"=>"4.3.12", - "date"=>"12 Dec 2014", - "type"=>"win_new", -); - $w72 = array( "num"=>"7.2.42", "status"=>"Older version", @@ -89,9 +79,9 @@ $w5816 = array( "type"=>"win_new", ); -$w74x64dev = array( +$w74x64 = array( "num"=>"7.4.42", - "status"=>"Development version", + "status"=>"Recommended version", "file"=>"boinc_7.4.42_windows_x86_64.exe", "vbox_file"=>"boinc_7.4.42_windows_x86_64_vbox.exe", "vbox_version"=>"4.3.12", @@ -99,16 +89,6 @@ $w74x64dev = array( "type"=>"win_new", ); -$w74x64 = array( - "num"=>"7.4.36", - "status"=>"Recommended version", - "file"=>"boinc_7.4.36_windows_x86_64.exe", - "vbox_file"=>"boinc_7.4.36_windows_x86_64_vbox.exe", - "vbox_version"=>"4.3.12", - "date"=>"12 Dec 2014", - "type"=>"win_new", -); - $w72x64 = array( "num"=>"7.2.42", "status"=>"Older version", @@ -119,22 +99,14 @@ $w72x64 = array( "type"=>"win_new", ); -$m74dev = array( +$m74 = array( "num"=>"7.4.42", - "status"=>"Development version (standard GUI)", + "status"=>"Recommended version (standard GUI)", "file"=>"boinc_7.4.42_macOSX_x86_64.zip", "date"=>"12 Mar 2015", "type"=>"mac_advanced", ); -$m74 = array( - "num"=>"7.4.36", - "status"=>"Recommended version (standard GUI)", - "file"=>"boinc_7.4.36_macOSX_i686.zip", - "date"=>"12 Dec 2014", - "type"=>"mac_advanced", -); - $m72 = array( "num"=>"7.2.42", "status"=>"Recommended version (standard GUI)", @@ -159,22 +131,14 @@ $m66 = array( "type"=>"mac_advanced", ); -$m74cdev = array( +$m74c = array( "num"=>"7.4.42", - "status"=>"Development version (Unix command-line version)", + "status"=>"Recommended version (Unix command-line version)", "file"=>"boinc_7.4.42_x86_64-apple-darwin.zip", "date"=>"12 Mar 2015", "type"=>"bare_core", ); -$m74c = array( - "num"=>"7.4.36", - "status"=>"Recommended version (Unix command-line version)", - "file"=>"boinc_7.4.36_i686-apple-darwin.zip", - "date"=>"12 Dec 2014", - "type"=>"bare_core", -); - $m72c = array( "num"=>"7.2.42", "status"=>"Recommended version (Unix command-line version)", @@ -280,7 +244,6 @@ $windows = array( "description"=>"XP/Vista/7/8/8.1", "dbname" => "windows_intelx86", "versions"=>array( - $w74dev, $w74, $w72, $w66, @@ -293,7 +256,6 @@ $windowsx64 = array( "description"=>"XP/Vista/7/8/8.1", "dbname" => "windows_x86_64", "versions"=>array( - $w74x64dev, $w74x64, $w72x64, ) @@ -304,9 +266,7 @@ $mac = array( "description"=>"Version 10.5.0+", "dbname" => "x86_64-apple-darwin", "versions"=>array( - $m74dev, $m74, - $m74cdev, $m74c, ) );