From 3b541e5e55387631bbbce865e59ec0956c0ff1ae Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 6 Apr 2011 18:43:03 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=23352 --- doc/versions.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index d12adbd1fe..e68dab4cf9 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -181,13 +181,21 @@ $m66c = array( "type"=>"bare_core", ); +$l612 = array( + "num"=>"6.12.22", + "status"=>"Development version", + "file"=>"boinc_compat_6.12.22_i686-pc-linux-gnu.sh", + "date"=>"6 Apr 2011", + "type"=>"sea", +); + $l66 = array( "num"=>"6.6.41", "status"=>"Recommended version", "file"=>"boinc_compat_6.6.41_i686-pc-linux-gnu.sh", "date"=>"22 Oct 2009", "type"=>"sea", -); + ); $l64 = array( "num"=>"6.4.5", @@ -293,8 +301,9 @@ $linuxcompat = array( "description"=>"For older Linux versions, both x86 and x64; command-line interface only", "dbname" => "i686-pc-linux-gnu", "versions"=>array( - $l66, - $l64, + $l612, + $l66, + $l64, ) );