Make RAP 3.3 developers guide visible

Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
diff --git a/developers-guide/DevGuideUtils.php b/developers-guide/DevGuideUtils.php
index 8564bee..ada590b 100644
--- a/developers-guide/DevGuideUtils.php
+++ b/developers-guide/DevGuideUtils.php
@@ -2,8 +2,8 @@
 
 class DevGuideUtils {
 
-  const CURRENT_VERSION = '3.2';
-  const MASTER_VERSION = '3.3';
+  const CURRENT_VERSION = '3.3';
+  const MASTER_VERSION = '3.4';
 
   public static $versions = array(
     '2.0' => array(
@@ -41,6 +41,12 @@
       'apiUrl' => 'http://download.eclipse.org/rt/rap/doc/3.2/guide/reference/',
       'tocPath' => 'guide/toc.xml',
       'topicPath' => 'guide/articles/'
+    ),
+    '3.3' => array(
+      'rootUrl' => 'http://download.eclipse.org/rt/rap/doc/3.3/',
+      'apiUrl' => 'http://download.eclipse.org/rt/rap/doc/3.3/guide/reference/',
+      'tocPath' => 'guide/toc.xml',
+      'topicPath' => 'guide/articles/'
     )
   );