From 284dd18919497d8f61a1bc4aa0270e8a6bb469ba Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 8 Oct 2008 16:36:06 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=16159 --- doc/versions.inc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 81566c8075..85bb5f00f5 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -61,11 +61,11 @@ function type_text($type) { } } -$w638= array( - "num"=>"6.3.8", +$w63= array( + "num"=>"6.3.14", "status"=>"Development version", - "file"=>"boinc_6.3.8_windows_intelx86.exe", - "date"=>"8 Aug 2008", + "file"=>"boinc_6.3.14_windows_intelx86.exe", + "date"=>"8 Oct 2008", "type"=>"win_new", ); @@ -85,11 +85,11 @@ $w51045= array( "type"=>"win_new", ); -$w638x64= array( - "num"=>"6.3.8", +$w63x64= array( + "num"=>"6.3.14", "status"=>"Development version", - "file"=>"boinc_6.3.8_windows_x86_64.exe", - "date"=>"9 Aug 2008", + "file"=>"boinc_6.3.14_windows_x86_64.exe", + "date"=>"8 Oct 2008", "type"=>"win_new", ); @@ -250,8 +250,9 @@ $windows = array( "description"=>"98/ME/2000/XP/Vista ", "dbname" => "windows_intelx86", "versions"=>array( - $w6219, - $w51045, + $w63, + $w6219, + $w51045, $w5816, ) ); @@ -261,7 +262,8 @@ $windowsx64 = array( "description"=>"XP/Vista", "dbname" => "windows_x86_64", "versions"=>array( - $w6219x64, + $w63x64, + $w6219x64, $w51045x64, ) );