Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/downloadsites/eclipse/downloads/dlconfig4.php')
-rw-r--r--production/downloadsites/eclipse/downloads/dlconfig4.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/production/downloadsites/eclipse/downloads/dlconfig4.php b/production/downloadsites/eclipse/downloads/dlconfig4.php
index 83c7234cb..85a8c8f89 100644
--- a/production/downloadsites/eclipse/downloads/dlconfig4.php
+++ b/production/downloadsites/eclipse/downloads/dlconfig4.php
@@ -8,10 +8,10 @@ $dropPrefix[]="N";
$dropPrefix[]="P";
$dropType = array();
$dropType[]="Latest Release";
-$dropType[]="4.7 Stable Builds";
-$dropType[]="4.7 Integration Builds";
-$dropType[]="4.6 Maintenance Builds";
-$dropType[]="4.7 Nightly Builds";
+$dropType[]="4.8 Stable Builds";
+$dropType[]="4.8 Integration Builds";
+$dropType[]="4.7 Maintenance Builds";
+$dropType[]="4.8 Nightly Builds";
$dropType[]="Patch Builds";
// the "prefix" array and dropType array must be of same size, defined in right order
for ($i = 0; $i < count($dropType); $i++) {

Back to the top