From 7561fa7eeaab5ddf337b34c39eea3af2c337bf6c Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 6 Feb 2008 05:07:32 +0000 Subject: [PATCH] Release BOINC Mac 5.10.40 svn path=/trunk/boinc/; revision=14690 --- doc/versions.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index e42448d1f0..1a42e3efab 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -79,11 +79,11 @@ $w5411= array( "type"=>"win_new", ); -$m51039 = array( - "num"=>"5.10.39", +$m51040 = array( + "num"=>"5.10.40", "status"=>"Development version (standard GUI)", - "file"=>"boinc_5.10.39_macOSX_universal.zip", - "date"=>"24 Jan 2008", + "file"=>"boinc_5.10.40_macOSX_universal.zip", + "date"=>"5 Feb 2008", "type"=>"mac_advanced", ); @@ -111,11 +111,11 @@ $m549 = array( "type"=>"mac_advanced", ); -$m51039c = array( - "num"=>"5.10.39", +$m51040c = array( + "num"=>"5.10.40", "status"=>"Development version (Unix command-line version)", - "file"=>"boinc_5.10.39_universal-apple-darwin.zip", - "date"=>"24 Jan 2008", + "file"=>"boinc_5.10.40_universal-apple-darwin.zip", + "date"=>"5 Feb 2008", "type"=>"bare_core", ); @@ -209,8 +209,8 @@ $mac = array( "description"=>"Version 10.3+", "dbname" => "powerpc-apple-darwin", "versions"=>array( - $m51039, - $m51039c, + $m51040, + $m51040c, $m51034, $m51034c, $m5817,