Add STEM Release V4.0.0 and remove the Release and Milestone from the

download list
diff --git a/downloads.php b/downloads.php
index b338aa1..16f6421 100644
--- a/downloads.php
+++ b/downloads.php
@@ -245,7 +245,7 @@
 function displayBuildForStem4($title, $type, $builds)

 

 {

-    $version = "4.0.0 M1";

+    $version = "Release V4.0.0";

     

     // $date = $buildData['date'];

     

@@ -361,9 +361,7 @@
 		</div>    
 
         
-       <?php displayBuildForStem4("STEM", "", ""); ?>
-       <?php displayBuild("Release", "Release", $versions); ?>
-       <?php displayBuild("Milestone", "Stable", $versions); ?>

+       <?php displayBuildForStem4("STEM", "", ""); ?>

        <?php displayBuild("Weekly Integration Build", "Integration", $versions); ?>