From f45153c97408aa667fa82a8502ff887d4cdc6922 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sun, 9 Apr 2017 03:12:32 -0700 Subject: [PATCH] DOC: Update Mac recommended version to 7.6.34 This is identical to 7.6.33 except it has hot fix for manager's Notices display on Mac OS 10.12.4. --- doc/versions.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 143b4d3914..447ab28096 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -130,10 +130,10 @@ $w72x64 = array( ); $m76 = array( - "num"=>"7.6.33", + "num"=>"7.6.34", "status"=>"Recommended version (standard GUI)", - "file"=>"boinc_7.6.33_macOSX_x86_64.zip", - "date"=>"6 Jun 2016", + "file"=>"boinc_7.6.34_macOSX_x86_64.zip", + "date"=>"9 Apr 2017", "type"=>"mac_advanced", ); @@ -170,10 +170,10 @@ $m66 = array( ); $m76c = array( - "num"=>"7.6.33", + "num"=>"7.6.34", "status"=>"Recommended version (Unix command-line version)", - "file"=>"boinc_7.6.33_x86_64-apple-darwin.zip", - "date"=>"6 Jun 2016", + "file"=>"boinc_7.6.34_x86_64-apple-darwin.zip", + "date"=>"9 April 2017", "type"=>"bare_core", );