From 9f30b193b17339391d15186a34894d4410d571e6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 21 Aug 2009 09:22:18 +0000 Subject: [PATCH] Release BOINC Mac version 6.10.0 svn path=/trunk/boinc/; revision=18890 --- doc/versions.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/versions.inc b/doc/versions.inc index bd31837480..c73608e099 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -117,6 +117,14 @@ $w5816= array( "type"=>"win_new", ); +$m610dev = array( + "num"=>"6.10.0", + "status"=>"Development version (standard GUI)", + "file"=>"boinc_6.10.0_macOSX_universal.zip", + "date"=>"21 Aug 2009", + "type"=>"mac_advanced", +); + $m66 = array( "num"=>"6.6.36", "status"=>"Recommended version (standard GUI)", @@ -133,6 +141,14 @@ $m6218 = array( "type"=>"mac_advanced", ); +$m610cdev = array( + "num"=>"6.10.0", + "status"=>"Development version (Unix command-line version)", + "file"=>"boinc_6.10.0_universal-apple-darwin.zip", + "date"=>"21 Aug 2009", + "type"=>"bare_core", +); + $m66c = array( "num"=>"6.6.36", "status"=>"Recommended version (Unix command-line version)", @@ -225,6 +241,8 @@ $mac = array( "description"=>"Version 10.3.9+", "dbname" => "powerpc-apple-darwin", "versions"=>array( + $m610dev, + $m610cdev, $m66, $m66c, $m6218,