diff --git a/doc/versions.inc b/doc/versions.inc index c0a088d67e..98d2a959e2 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -92,11 +92,11 @@ $w5816= array( "type"=>"win_new", ); -$m6115 = array( - "num"=>"6.1.15", +$m6116 = array( + "num"=>"6.1.16", "status"=>"Development version (standard GUI)", - "file"=>"boinc_6.1.15_macOSX_universal.zip", - "date"=>"15 Apr 2008", + "file"=>"boinc_6.1.16_macOSX_universal.zip", + "date"=>"22 Apr 2008", "type"=>"mac_advanced", ); @@ -116,11 +116,11 @@ $m5817 = array( "type"=>"mac_advanced", ); -$m6115c = array( - "num"=>"6.1.15", +$m6116c = array( + "num"=>"6.1.16", "status"=>"Development version (Unix command-line version)", - "file"=>"boinc_6.1.15_universal-apple-darwin.zip", - "date"=>"15 Apr 2008", + "file"=>"boinc_6.1.16_universal-apple-darwin.zip", + "date"=>"22 Apr 2008", "type"=>"bare_core", ); @@ -221,8 +221,8 @@ $mac = array( "description"=>"Version 10.3+", "dbname" => "powerpc-apple-darwin", "versions"=>array( - $m6115, - $m6115c, + $m6116, + $m6116c, $m51045, $m51045c, $m5817,