From 699690b1bd639418d05ebd727d4c8eb02fb66377 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 29 Feb 2008 20:11:35 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=14831 --- doc/versions.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index c0d837a429..adcfcf50a0 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -31,11 +31,11 @@ function type_text($type) { } } -$w51043= array( - "num"=>"5.10.43", +$w51044= array( + "num"=>"5.10.44", "status"=>"Development version", - "file"=>"boinc_5.10.43_windows_intelx86.exe", - "date"=>"26 Feb 2008", + "file"=>"boinc_5.10.44_windows_intelx86.exe", + "date"=>"29 Feb 2008", "type"=>"win_new", ); @@ -47,11 +47,11 @@ $w51030= array( "type"=>"win_new", ); -$w51043x64= array( - "num"=>"5.10.43", +$w51044x64= array( + "num"=>"5.10.44", "status"=>"Development version", - "file"=>"boinc_5.10.43_windows_x86_64.exe", - "date"=>"26 Feb 2008", + "file"=>"boinc_5.10.44_windows_x86_64.exe", + "date"=>"29 Feb 2008", "type"=>"win_new", ); @@ -212,7 +212,7 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( - $w51043, + $w51044, $w51030, $w5816, ) @@ -223,7 +223,7 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( - $w51043x64, + $w51044x64, $w51030x64, ) );