From 490c4c9935f054c51480c5bfdbab634d30c86e37 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 1 Dec 2015 13:46:20 -0500 Subject: [PATCH] DOC: Update dev version to 7.6.18 --- doc/versions.inc | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/versions.inc b/doc/versions.inc index 7cb06aa999..0d6b17d332 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -43,6 +43,16 @@ function linux_info() { instead. "; } +$w76dev = array( + "num"=>"7.6.18", + "status"=>"Development version", + "file"=>"boinc_7.6.18_windows_intelx86.exe", + "vbox_file"=>"boinc_7.6.18_windows_intelx86_vbox.exe", + "vbox_version"=>"5.0.10", + "date"=>"1 Dec 2015", + "type"=>"win_new", +); + $w76 = array( "num"=>"7.6.9", "status"=>"Recommended version", @@ -79,6 +89,16 @@ $w5816 = array( "type"=>"win_new", ); +$w76x64dev = array( + "num"=>"7.6.18", + "status"=>"Development version", + "file"=>"boinc_7.6.18_windows_x86_64.exe", + "vbox_file"=>"boinc_7.6.18_windows_x86_64_vbox.exe", + "vbox_version"=>"5.0.10", + "date"=>"1 Dec 2015", + "type"=>"win_new", +); + $w76x64 = array( "num"=>"7.6.9", "status"=>"Recommended version", @@ -267,9 +287,10 @@ $a74 = array( $windows = array( "name"=>"Windows 32-bit", - "description"=>"XP/Vista/7/8/8.1", + "description"=>"XP/Vista/7/8/8.1/10", "dbname" => "windows_intelx86", "versions"=>array( + $w76dev, $w76, $w74, $w66, @@ -279,9 +300,10 @@ $windows = array( $windowsx64 = array( "name"=>"Windows 64-bit", - "description"=>"XP/Vista/7/8/8.1", + "description"=>"XP/Vista/7/8/8.1/10", "dbname" => "windows_x86_64", "versions"=>array( + $w76x64dev, $w76x64, $w74x64, )