From 848499ecef5d3b9a33018873fae331686efe8b97 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 27 Feb 2008 01:28:08 +0000 Subject: [PATCH] Release BOINC Mac 5.10.43 svn path=/trunk/boinc/; revision=14802 --- doc/versions.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 1ea568eeb3..c0d837a429 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -79,11 +79,11 @@ $w5411= array( "type"=>"win_new", ); -$m51042 = array( - "num"=>"5.10.42", +$m51043 = array( + "num"=>"5.10.43", "status"=>"Development version (standard GUI)", - "file"=>"boinc_5.10.42_macOSX_universal.zip", - "date"=>"14 Feb 2008", + "file"=>"boinc_5.10.43_macOSX_universal.zip", + "date"=>"26 Feb 2008", "type"=>"mac_advanced", ); @@ -111,11 +111,11 @@ $m549 = array( "type"=>"mac_advanced", ); -$m51042c = array( - "num"=>"5.10.42", +$m51043c = array( + "num"=>"5.10.43", "status"=>"Development version (Unix command-line version)", - "file"=>"boinc_5.10.42_universal-apple-darwin.zip", - "date"=>"14 Feb 2008", + "file"=>"boinc_5.10.43_universal-apple-darwin.zip", + "date"=>"26 Feb 2008", "type"=>"bare_core", ); @@ -233,8 +233,8 @@ $mac = array( "description"=>"Version 10.3+", "dbname" => "powerpc-apple-darwin", "versions"=>array( - $m51042, - $m51042c, + $m51043, + $m51043c, $m51034, $m51034c, $m5817,