diff --git a/doc/versions.inc b/doc/versions.inc index 6fd65d41ea..e81ef3a55e 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -63,11 +63,11 @@ $w5411= array( "type"=>"win_new", ); -$m51031 = array( - "num"=>"5.10.31", +$m51032 = array( + "num"=>"5.10.32", "status"=>"Development version (standard GUI)", - "file"=>"boinc_5.10.31_macOSX_universal.zip", - "date"=>"18 Dec 2007", + "file"=>"boinc_5.10.32_macOSX_universal.zip", + "date"=>"20 Dec 2007", "type"=>"mac_advanced", ); @@ -95,11 +95,11 @@ $m549 = array( "type"=>"mac_advanced", ); -$m51031c = array( - "num"=>"5.10.31", +$m51032c = array( + "num"=>"5.10.32", "status"=>"Development version (Unix command-line version)", - "file"=>"boinc_5.10.31_universal-apple-darwin.zip", - "date"=>"18 Dec 2007", + "file"=>"boinc_5.10.32_universal-apple-darwin.zip", + "date"=>"20 Dec 2007", "type"=>"bare_core", ); @@ -189,8 +189,8 @@ $mac = array( "name"=>"Mac OS X", "dbname" => "powerpc-apple-darwin", "versions"=>array( - $m51031, - $m51031c, + $m51032, + $m51032c, $m51030, $m51030c, $m5817,