diff --git a/doc/versions.inc b/doc/versions.inc index f7b4acee45..f8b96bae7c 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -246,9 +246,26 @@ $l443 = array( boincmgr you might see this error message:
boincmgr: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by boincmgr)

We are investigating this issue. - + " ); + +$l470 = array( + "num"=>"4.70", + "status"=>"Development version", + "file"=>"boinc_4.70_i686-pc-linux-gnu.sh", + "date"=>"08 July 2005", + "type"=>sea(), + "bugs"=>" + " +); + $l419 = array( "num"=>"4.19", "status"=>"Older version", @@ -256,6 +273,7 @@ $l419 = array( "date"=>"25 Jan 2005", "type"=>bare_core() ); + $s419 = array( "num"=>"4.19", "status"=>"Recommended version", @@ -295,6 +313,7 @@ $linux = array( "name"=>"Linux/x86 details", "versions"=>array( $l443, + $l470, $l419 ) );