Show 3.4 as release build
diff --git a/downloads/index.php b/downloads/index.php
index d275866..f01ca7c 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -9,7 +9,7 @@
 
   // --- TO BE CHANGED WITH EVERY RELEASE ---
 
-  $releaseBuilds = new Builds( "3.3" );
+  $releaseBuilds = new Builds( "3.4" );
   $stableBuilds = new Builds( "3.4" );
 
   // ---