From 5ff0a40fbee32aa9ee93d31c49bacfb9457c5bf9 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 13 Feb 2008 23:31:32 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=14738 --- doc/versions.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 23dcedb0dc..e828e53dc9 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -31,11 +31,11 @@ function type_text($type) { } } -$w51041= array( - "num"=>"5.10.41", +$w51042= array( + "num"=>"5.10.42", "status"=>"Development version", - "file"=>"boinc_5.10.41_windows_intelx86.exe", - "date"=>"7 Feb 2008", + "file"=>"boinc_5.12.42_windows_intelx86.exe", + "date"=>"13 Feb 2008", "type"=>"win_new", ); @@ -47,11 +47,11 @@ $w51030= array( "type"=>"win_new", ); -$w51041x64= array( - "num"=>"5.10.41", +$w51042x64= array( + "num"=>"5.10.42", "status"=>"Development version", - "file"=>"boinc_5.10.41_windows_x86_64.exe", - "date"=>"7 Feb 2008", + "file"=>"boinc_5.10.42_windows_x86_64.exe", + "date"=>"13 Feb 2008", "type"=>"win_new", ); @@ -188,7 +188,7 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( - $w51041, + $w51042, $w51030, $w5816, ) @@ -199,7 +199,7 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( - $w51041x64, + $w51042x64, $w51030x64, ) );